COLOR #51F2B3

HEX: #51F2B3
RGB: (81,242,179)

Color info

#51F2B3 contains mainly green color. Web safe color of #51F2B3 is #66FF99 (or #6F9).

RGB color model

#51F2B3 color RGB value is (81,242,179).

  • red value is 81;
  • green value is 242;
  • blue value is 179.
RGB:
(81,242,179)
(32%,95%,70%)

RGB channels and saturation

R 81 of 255 = 32%
G 242 of 255 = 95%
B 179 of 255 = 70%

81
242
179

R + G + B ~ 66%. #51F2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
81 + 242 + 179 = 502 (100%)
R 81 of 502 ~ 16.14%
G 242 of 502 ~ 48.21%
B 179 of 502 ~ 35.66%

%16.14
%48.21
%35.66

CMYK color model

#51F2B3 color CMYK value is (67,0,26,5).

  • cyan value is 66.53%
  • magenta value is 0.00%
  • yellow value is 26.03%
  • key color value is 5.10%
CMYK:
(67,0,26,5)
C67M0Y26K5 
(67%,0%,26%,5%)
(0.67/0.00/0.26/0.05)	

CMYK percentages

%66.53
%0
%26.03
%5.1

Codes

Color #51F2B3 in popluar color models

51F2B3
RGB81242179
HSL157°86.10%63.33%
HSB/HSV157°66.53%94.90%
CMYK66.53%0.00%26.03%
5.10%

Color #51F2B3 in popluar number systems.

HEX51F2B3
Decimal81242179
Binary10100011111001010110011
Octal121362263

Shades and tints

Shades of #51F2B3

#51F2B3
(81,242,179)
#4ADCA3
(74,220,163)
#43C693
(67,198,147)
#3CB083
(60,176,131)
#359A73
(53,154,115)
#2E8463
(46,132,99)
#276E53
(39,110,83)
#205843
(32,88,67)
#194233
(25,66,51)
#122C23
(18,44,35)
#0B1613
(11,22,19)
#000000
(0,0,0)

Tints of #51F2B3

#51F2B3
(81,242,179)
#60F3B9
(96,243,185)
#6FF4BF
(111,244,191)
#7EF5C5
(126,245,197)
#8DF6CB
(141,246,203)
#9CF7D1
(156,247,209)
#ABF8D7
(171,248,215)
#BAF9DD
(186,249,221)
#C9FAE3
(201,250,227)
#D8FBE9
(216,251,233)
#E7FCEF
(231,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51F2B3 color. Also use rgb(81,242,179) instead hex code.

Text Font Color

.myTextColor { color: #51F2B3; }

<p style="color:#51F2B3">This sample text font color is #51F2B3.</p>

This text font color is #51F2B3.


Background Color

.myBgColor { background-color: #51F2B3; }

<div style="background-color:#51F2B3">Inner text</div>

This div background color is #51F2B3.


Border color

.myBorderColor { border: 1px solid #51F2B3; }

<div style="border:3px solid #51F2B3">Div</div>

This div border color is #51F2B3.


Opacity

.myOpacity80 { color: #51F2B3; opacity: 0.8; }

<p style="color:#51F2B3;opacity:0.8;">80%</p>

Text with #51F2B3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #51F2B3;}

<p style="text-shadow: 3px 3px 1px #51F2B3">Text here.</p>

This text has shadow with #51F2B3 color.

.textShadow {text-shadow: 3px 3px 1px #51F2B3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #51F2B3, 5px 5px 20px red">Text here.</p>

This text has shadow with #51F2B3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51F2B3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#51F2B3, Direction=45, Strength=4)">Text</p>

This text has shadow with #51F2B3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #51F2B3;
  -webkit-box-shadow:	1px 1px 3px 2px #51F2B3;
  box-shadow:		1px 1px 3px 2px #51F2B3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51F2B3;
-webkit-box-shadow: 1px 1px 3px 2px #51F2B3;
box-shadow:1px 1px 3px 2px #51F2B3;">
Div content here</div>
This div box has shadow with color #51F2B3.

Preview

Color preview on black background

This text has color #51F2B3 on black background.


Color preview on white background

This text has color #51F2B3 on white background.



Black color preview on #51F2B3 background

This text has black color on #51F2B3 background.


White color preview on #51F2B3 background

This text has white color on #51F2B3 background.