#5CB45A

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

Shades of Fern #5CB45A

Tints of Fern #5CB45A

Color information

#5CB45A (or 0x5CB45A) is unknown color: approx Fern. HEX triplet: 5C, B4 and 5A. RGB value is (92,180,90). Sum of RGB (Red+Green+Blue) = 92+180+90=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB45A is #A34BA5. Grayscale: #8F8F8F. Windows color (decimal): -10701734 or 5944412. OLE color: 5944412.

HSL color Cylindrical-coordinate representation of color #5CB45A: hue angle of 118.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB45A is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB9218090-
CMYK0.4900.500.29
HSL118.67º37.5%52.94%-
HSV(B)118.67º50%70.59%-
XYZ22.5835.6615.37-
YUV143.4397.8591.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.41%
GREEN value IS 180 (70.70% from 255) = 49.72%
BLUE value IS 90 (35.55% from 255) = 24.86%
R=25.41%
G=49.72%
B=24.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal92180900.4900.500.29118.6737.552.94
Hex5CB45A310321D772635
Octal13426413261062351674665
Binary10111001011010010110101100010110010111011110111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,180,90); }

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

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

 a { background-color: rgb(92,180,90); }

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

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

 span { border-color: rgb(92,180,90); }

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