#5FC35E

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

Shades of Fern #5FC35E

Tints of Fern #5FC35E

Color information

#5FC35E (or 0x5FC35E) is unknown color: approx Fern. HEX triplet: 5F, C3 and 5E. RGB value is (95,195,94). Sum of RGB (Red+Green+Blue) = 95+195+94=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC35E is #A03CA1. Grayscale: #999999. Windows color (decimal): -10501282 or 6210399. OLE color: 6210399.

HSL color Cylindrical-coordinate representation of color #5FC35E: hue angle of 119.41º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC35E is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB9519594-
CMYK0.5100.520.24
HSL119.41º45.7%56.67%-
HSV(B)119.41º51.79%76.47%-
XYZ26.2542.2717.37-
YUV153.5994.3786.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.74%
GREEN value IS 195 (76.56% from 255) = 50.78%
BLUE value IS 94 (37.11% from 255) = 24.48%
R=24.74%
G=50.78%
B=24.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95195940.5100.520.24119.4145.756.67
Hex5FC35E3303418772e39
Octal13730313663064301675671
Binary10111111100001110111101100110110100110001110111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,195,94); }

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

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

 a { background-color: rgb(95,195,94); }

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

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

 span { border-color: rgb(95,195,94); }

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