#5FD366

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

Shades of Fern #5FD366

Tints of Fern #5FD366

Color information

#5FD366 (or 0x5FD366) is unknown color: approx Fern. HEX triplet: 5F, D3 and 66. RGB value is (95,211,102). Sum of RGB (Red+Green+Blue) = 95+211+102=408 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.28% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD366 is #A02C99. Grayscale: #A4A4A4. Windows color (decimal): -10497178 or 6738783. OLE color: 6738783.

HSL color Cylindrical-coordinate representation of color #5FD366: hue angle of 123.62º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD366 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB95211102-
CMYK0.5500.520.17
HSL123.62º56.86%60%-
HSV(B)123.62º54.98%82.75%-
XYZ30.4149.9820.61-
YUV163.8993.0778.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.28%
GREEN value IS 211 (82.81% from 255) = 51.72%
BLUE value IS 102 (40.23% from 255) = 25%
R=23.28%
G=51.72%
B=25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal952111020.5500.520.17123.6256.8660
Hex5FD36637034117c393c
Octal13732314667064211747174
Binary10111111101001111001101101110110100100011111100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,211,102); }

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

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

 a { background-color: rgb(95,211,102); }

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

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

 span { border-color: rgb(95,211,102); }

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