#5FCD7B

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

Shades of Emerald #5FCD7B

Tints of Emerald #5FCD7B

Color information

#5FCD7B (or 0x5FCD7B) is unknown color: approx Emerald. HEX triplet: 5F, CD and 7B. RGB value is (95,205,123). Sum of RGB (Red+Green+Blue) = 95+205+123=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD7B is #A03284. Grayscale: #A2A2A2. Windows color (decimal): -10498693 or 8113503. OLE color: 8113503.

HSL color Cylindrical-coordinate representation of color #5FCD7B: hue angle of 135.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCD7B is Cyan = 0.54, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB95205123-
CMYK0.5400.40.20
HSL135.27º52.38%58.82%-
HSV(B)135.27º53.66%80.39%-
XYZ30.1347.5326.32-
YUV162.76105.5679.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.46%
GREEN value IS 205 (80.47% from 255) = 48.46%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=22.46%
G=48.46%
B=29.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952051230.5400.40.20135.2752.3858.82
Hex5FCD7B360281487343b
Octal13731517366050242076473
Binary101111111001101111101111011001010001010010000111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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