#5FC85D

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

Shades of Fern #5FC85D

Tints of Fern #5FC85D

Color information

#5FC85D (or 0x5FC85D) is unknown color: approx Fern. HEX triplet: 5F, C8 and 5D. RGB value is (95,200,93). Sum of RGB (Red+Green+Blue) = 95+200+93=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC85D is #A037A2. Grayscale: #9C9C9C. Windows color (decimal): -10500003 or 6146143. OLE color: 6146143.

HSL color Cylindrical-coordinate representation of color #5FC85D: hue angle of 118.88º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FC85D is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB9520093-
CMYK0.5200.540.22
HSL118.88º49.31%57.45%-
HSV(B)118.88º53.5%78.43%-
XYZ27.3544.5317.51-
YUV156.4192.2184.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 200 (78.52% from 255) = 51.55%
BLUE value IS 93 (36.72% from 255) = 23.97%
R=24.48%
G=51.55%
B=23.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95200930.5200.540.22118.8849.3157.45
Hex5FC85D3403616773139
Octal13731013564066261676171
Binary10111111100100010111011101000110110101101110111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,200,93); }

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

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

 a { background-color: rgb(95,200,93); }

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

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

 span { border-color: rgb(95,200,93); }

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