#5CBF5E

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

Shades of Fern #5CBF5E

Tints of Fern #5CBF5E

Color information

#5CBF5E (or 0x5CBF5E) is unknown color: approx Fern. HEX triplet: 5C, BF and 5E. RGB value is (92,191,94). Sum of RGB (Red+Green+Blue) = 92+191+94=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBF5E is #A340A1. Grayscale: #969696. Windows color (decimal): -10698914 or 6209372. OLE color: 6209372.

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

Color convert

RGB9219194-
CMYK0.5200.510.25
HSL121.21º43.61%55.49%-
HSV(B)121.21º51.83%74.9%-
XYZ25.0640.3517.06-
YUV150.3496.286.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.40%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=24.40%
G=50.66%
B=24.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92191940.5200.510.25121.2143.6155.49
Hex5CBF5E3403319792c37
Octal13427713664063311715467
Binary10111001011111110111101101000110011110011111001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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