#5FB65C

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

Shades of Fern #5FB65C

Tints of Fern #5FB65C

Color information

#5FB65C (or 0x5FB65C) is unknown color: approx Fern. HEX triplet: 5F, B6 and 5C. RGB value is (95,182,92). Sum of RGB (Red+Green+Blue) = 95+182+92=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB65C is #A049A3. Grayscale: #929292. Windows color (decimal): -10504612 or 6075999. OLE color: 6075999.

HSL color Cylindrical-coordinate representation of color #5FB65C: hue angle of 118º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB65C is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB9518292-
CMYK0.4800.490.29
HSL118º38.14%53.73%-
HSV(B)118º49.45%71.37%-
XYZ23.3836.6615.97-
YUV145.7397.6891.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 182 (71.48% from 255) = 49.32%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=25.75%
G=49.32%
B=24.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal95182920.4800.490.2911838.1453.73
Hex5FB65C300311D762636
Octal13726613460061351664666
Binary10111111011011010111001100000110001111011110110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,182,92); }

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

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

 a { background-color: rgb(95,182,92); }

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

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

 span { border-color: rgb(95,182,92); }

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