#55C162

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

Shades of Fern #55C162

Tints of Fern #55C162

Color information

#55C162 (or 0x55C162) is unknown color: approx Fern. HEX triplet: 55, C1 and 62. RGB value is (85,193,98). Sum of RGB (Red+Green+Blue) = 85+193+98=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #55C162 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C162 is #AA3E9D. Grayscale: #969696. Windows color (decimal): -11157150 or 6472021. OLE color: 6472021.

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

Color convert

RGB8519398-
CMYK0.5600.490.24
HSL127.22º46.55%54.51%-
HSV(B)127.22º55.96%75.69%-
XYZ25.0240.9518.14-
YUV149.8898.7281.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 193 (75.78% from 255) = 51.33%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=22.61%
G=51.33%
B=26.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85193980.5600.490.24127.2246.5554.51
Hex55C16238031187f2f37
Octal12530114270061301775767
Binary10101011100000111000101110000110001110001111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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