#55C25A

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

Shades of Fern #55C25A

Tints of Fern #55C25A

Color information

#55C25A (or 0x55C25A) is unknown color: approx Fern. HEX triplet: 55, C2 and 5A. RGB value is (85,194,90). Sum of RGB (Red+Green+Blue) = 85+194+90=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #55C25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C25A is #AA3DA5. Grayscale: #959595. Windows color (decimal): -11156902 or 5947989. OLE color: 5947989.

HSL color Cylindrical-coordinate representation of color #55C25A: hue angle of 122.75º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C25A is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB8519490-
CMYK0.5600.540.24
HSL122.75º47.19%54.71%-
HSV(B)122.75º56.19%76.08%-
XYZ24.8841.2516.32-
YUV149.5594.3981.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 194 (76.17% from 255) = 52.57%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=23.04%
G=52.57%
B=24.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85194900.5600.540.24122.7547.1954.71
Hex55C25A38036187b2f37
Octal12530213270066301735767
Binary10101011100001010110101110000110110110001111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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