#5CBF71

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

Shades of Fern #5CBF71

Tints of Fern #5CBF71

Color information

#5CBF71 (or 0x5CBF71) is unknown color: approx Fern. HEX triplet: 5C, BF and 71. RGB value is (92,191,113). Sum of RGB (Red+Green+Blue) = 92+191+113=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBF71 is #A3408E. Grayscale: #989898. Windows color (decimal): -10698895 or 7454556. OLE color: 7454556.

HSL color Cylindrical-coordinate representation of color #5CBF71: hue angle of 132.73º 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 #5CBF71 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB92191113-
CMYK0.5200.410.25
HSL132.73º43.61%55.49%-
HSV(B)132.73º51.83%74.9%-
XYZ26.0340.7322.11-
YUV152.51105.784.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.23%
GREEN value IS 191 (75% from 255) = 48.23%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=23.23%
G=48.23%
B=28.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921911130.5200.410.25132.7343.6155.49
Hex5CBF713402919852c37
Octal13427716164051312055467
Binary101110010111111111000111010001010011100110000101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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