#5FBC72

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

Shades of Fern #5FBC72

Tints of Fern #5FBC72

Color information

#5FBC72 (or 0x5FBC72) is unknown color: approx Fern. HEX triplet: 5F, BC and 72. RGB value is (95,188,114). Sum of RGB (Red+Green+Blue) = 95+188+114=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC72 is #A0438D. Grayscale: #979797. Windows color (decimal): -10503054 or 7519327. OLE color: 7519327.

HSL color Cylindrical-coordinate representation of color #5FBC72: hue angle of 132.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBC72 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB95188114-
CMYK0.4900.390.26
HSL132.26º40.97%55.49%-
HSV(B)132.26º49.47%73.73%-
XYZ25.7439.6122.21-
YUV151.76106.6987.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.93%
GREEN value IS 188 (73.83% from 255) = 47.36%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=23.93%
G=47.36%
B=28.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951881140.4900.390.26132.2640.9755.49
Hex5FBC72310271A842937
Octal13727416261047322045167
Binary101111110111100111001011000101001111101010000100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,188,114); }

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

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

 a { background-color: rgb(95,188,114); }

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

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

 span { border-color: rgb(95,188,114); }

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