#5FDD7B

Color #5FDD7B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5FDD7B

Tints of Emerald #5FDD7B

Color information

#5FDD7B (or 0x5FDD7B) is unknown color: approx Emerald. HEX triplet: 5F, DD and 7B. RGB value is (95,221,123). Sum of RGB (Red+Green+Blue) = 95+221+123=439 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.64% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDD7B is #A02284. Grayscale: #ACACAC. Windows color (decimal): -10494597 or 8117599. OLE color: 8117599.

HSL color Cylindrical-coordinate representation of color #5FDD7B: hue angle of 133.33º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDD7B is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB95221123-
CMYK0.5700.440.13
HSL133.33º64.95%61.96%-
HSV(B)133.33º57.01%86.67%-
XYZ34.1555.5827.67-
YUV172.15100.2672.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 21.64%
GREEN value IS 221 (86.72% from 255) = 50.34%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=21.64%
G=50.34%
B=28.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952211230.5700.440.13133.3364.9561.96
Hex5FDD7B3902CD85413e
Octal137335173710541520510176
Binary101111111011101111101111100101011001101100001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FDD7B; }

 p { color: rgb(95,221,123); }

 H1.HeaderClassName
 {
   color: #5FDD7B;
 }
 .AnyTagClassName
 {
   color: #5FDD7B;
 }
</style>
background-color css

<style>
 a { background-color: #5FDD7B; }

 a { background-color: rgb(95,221,123); }

 div.DivClassName
 {
   background-color: #5FDD7B;
 }
 .BgClassName
 {
   background-color: #5FDD7B;
 }
</style>
border-color css

<style>
 span { border-color: #5FDD7B; }

 span { border-color: rgb(95,221,123); }

 td.TdClassName
 {
   border-color: #5FDD7B;
 }
 .TagClassName
 {
   border-color: #5FDD7B;
 }
</style>