#55C05A

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

Shades of Fern #55C05A

Tints of Fern #55C05A

Color information

#55C05A (or 0x55C05A) is unknown color: approx Fern. HEX triplet: 55, C0 and 5A. RGB value is (85,192,90). Sum of RGB (Red+Green+Blue) = 85+192+90=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #55C05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C05A is #AA3FA5. Grayscale: #949494. Windows color (decimal): -11157414 or 5947477. OLE color: 5947477.

HSL color Cylindrical-coordinate representation of color #55C05A: hue angle of 122.8º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C05A is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB8519290-
CMYK0.5600.530.25
HSL122.8º45.92%54.31%-
HSV(B)122.8º55.73%75.29%-
XYZ24.4440.3716.18-
YUV148.3895.0582.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 192 (75.39% from 255) = 52.32%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=23.16%
G=52.32%
B=24.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85192900.5600.530.25122.845.9254.31
Hex55C05A38035197b2e36
Octal12530013270065311735666
Binary10101011100000010110101110000110101110011111011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C05A; }

 p { color: rgb(85,192,90); }

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

<style>
 a { background-color: #55C05A; }

 a { background-color: rgb(85,192,90); }

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

<style>
 span { border-color: #55C05A; }

 span { border-color: rgb(85,192,90); }

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