#5FCD6A

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

Shades of Fern #5FCD6A

Tints of Fern #5FCD6A

Color information

#5FCD6A (or 0x5FCD6A) is unknown color: approx Fern. HEX triplet: 5F, CD and 6A. RGB value is (95,205,106). Sum of RGB (Red+Green+Blue) = 95+205+106=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD6A is #A03295. Grayscale: #A1A1A1. Windows color (decimal): -10498710 or 6999391. OLE color: 6999391.

HSL color Cylindrical-coordinate representation of color #5FCD6A: hue angle of 126º 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 #5FCD6A is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB95205106-
CMYK0.5400.480.20
HSL126º52.38%58.82%-
HSV(B)126º53.66%80.39%-
XYZ29.1547.1421.2-
YUV160.8297.0681.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.40%
GREEN value IS 205 (80.47% from 255) = 50.49%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=23.40%
G=50.49%
B=26.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952051060.5400.480.2012652.3858.82
Hex5FCD6A36030147e343b
Octal13731515266060241766473
Binary10111111100110111010101101100110000101001111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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