#5FBD6E

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

Shades of Fern #5FBD6E

Tints of Fern #5FBD6E

Color information

#5FBD6E (or 0x5FBD6E) is unknown color: approx Fern. HEX triplet: 5F, BD and 6E. RGB value is (95,189,110). Sum of RGB (Red+Green+Blue) = 95+189+110=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBD6E is #A04291. Grayscale: #989898. Windows color (decimal): -10502802 or 7257439. OLE color: 7257439.

HSL color Cylindrical-coordinate representation of color #5FBD6E: hue angle of 129.57º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBD6E is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB95189110-
CMYK0.5000.420.26
HSL129.57º41.59%55.69%-
HSV(B)129.57º49.74%74.12%-
XYZ25.7339.9521.11-
YUV151.89104.3687.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 189 (74.22% from 255) = 47.97%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=24.11%
G=47.97%
B=27.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951891100.5000.420.26129.5741.5955.69
Hex5FBD6E3202A1A822a38
Octal13727515662052322025270
Binary101111110111101110111011001001010101101010000010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,189,110); }

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

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

 a { background-color: rgb(95,189,110); }

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

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

 span { border-color: rgb(95,189,110); }

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