#5CBF73

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

Shades of Fern #5CBF73

Tints of Fern #5CBF73

Color information

#5CBF73 (or 0x5CBF73) is unknown color: approx Fern. HEX triplet: 5C, BF and 73. RGB value is (92,191,115). Sum of RGB (Red+Green+Blue) = 92+191+115=398 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.12% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBF73 is #A3408C. Grayscale: #989898. Windows color (decimal): -10698893 or 7585628. OLE color: 7585628.

HSL color Cylindrical-coordinate representation of color #5CBF73: hue angle of 133.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBF73 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB92191115-
CMYK0.5200.400.25
HSL133.94º43.61%55.49%-
HSV(B)133.94º51.83%74.9%-
XYZ26.1440.7722.71-
YUV152.74106.784.68-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.12%
GREEN value IS 191 (75% from 255) = 47.99%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=23.12%
G=47.99%
B=28.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921911150.5200.400.25133.9443.6155.49
Hex5CBF733402819862c37
Octal13427716364050312065467
Binary101110010111111111001111010001010001100110000110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,191,115); }

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

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

 a { background-color: rgb(92,191,115); }

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

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

 span { border-color: rgb(92,191,115); }

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