#55C35A

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

Shades of Fern #55C35A

Tints of Fern #55C35A

Color information

#55C35A (or 0x55C35A) is unknown color: approx Fern. HEX triplet: 55, C3 and 5A. RGB value is (85,195,90). Sum of RGB (Red+Green+Blue) = 85+195+90=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #55C35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C35A is #AA3CA5. Grayscale: #969696. Windows color (decimal): -11156646 or 5948245. OLE color: 5948245.

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

Color convert

RGB8519590-
CMYK0.5600.540.24
HSL122.73º47.83%54.9%-
HSV(B)122.73º56.41%76.47%-
XYZ25.1141.716.4-
YUV150.1494.0681.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 195 (76.56% from 255) = 52.70%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=22.97%
G=52.70%
B=24.32%

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
Decimal85195900.5600.540.24122.7347.8354.9
Hex55C35A38036187b3037
Octal12530313270066301736067
Binary10101011100001110110101110000110110110001111011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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