#55C15A

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

Shades of Fern #55C15A

Tints of Fern #55C15A

Color information

#55C15A (or 0x55C15A) is unknown color: approx Fern. HEX triplet: 55, C1 and 5A. RGB value is (85,193,90). Sum of RGB (Red+Green+Blue) = 85+193+90=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #55C15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C15A is #AA3EA5. Grayscale: #959595. Windows color (decimal): -11157158 or 5947733. OLE color: 5947733.

HSL color Cylindrical-coordinate representation of color #55C15A: hue angle of 122.78º 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 #55C15A is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB8519390-
CMYK0.5600.530.24
HSL122.78º46.55%54.51%-
HSV(B)122.78º55.96%75.69%-
XYZ24.6640.8116.25-
YUV148.9794.7282.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 193 (75.78% from 255) = 52.45%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=23.10%
G=52.45%
B=24.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85193900.5600.530.24122.7846.5554.51
Hex55C15A38035187b2f37
Octal12530113270065301735767
Binary10101011100000110110101110000110101110001111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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