#5FCF7D

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

Shades of Emerald #5FCF7D

Tints of Emerald #5FCF7D

Color information

#5FCF7D (or 0x5FCF7D) is unknown color: approx Emerald. HEX triplet: 5F, CF and 7D. RGB value is (95,207,125). Sum of RGB (Red+Green+Blue) = 95+207+125=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCF7D is #A03082. Grayscale: #A4A4A4. Windows color (decimal): -10498179 or 8245087. OLE color: 8245087.

HSL color Cylindrical-coordinate representation of color #5FCF7D: hue angle of 136.07º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCF7D is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB95207125-
CMYK0.5400.400.19
HSL136.07º53.85%59.22%-
HSV(B)136.07º54.11%81.18%-
XYZ30.7348.5427.15-
YUV164.16105.8978.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.25%
GREEN value IS 207 (81.25% from 255) = 48.48%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=22.25%
G=48.48%
B=29.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal952071250.5400.400.19136.0753.8559.22
Hex5FCF7D360281388363b
Octal13731717566050232106673
Binary101111111001111111110111011001010001001110001000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,207,125); }

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

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

 a { background-color: rgb(95,207,125); }

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

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

 span { border-color: rgb(95,207,125); }

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