#55C562

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

Shades of Fern #55C562

Tints of Fern #55C562

Color information

#55C562 (or 0x55C562) is unknown color: approx Fern. HEX triplet: 55, C5 and 62. RGB value is (85,197,98). Sum of RGB (Red+Green+Blue) = 85+197+98=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #55C562 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C562 is #AA3A9D. Grayscale: #989898. Windows color (decimal): -11156126 or 6473045. OLE color: 6473045.

HSL color Cylindrical-coordinate representation of color #55C562: hue angle of 126.96º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C562 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB8519798-
CMYK0.5700.500.23
HSL126.96º49.12%55.29%-
HSV(B)126.96º56.85%77.25%-
XYZ25.9242.7518.44-
YUV152.2397.3980.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 197 (77.34% from 255) = 51.84%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=22.37%
G=51.84%
B=25.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85197980.5700.500.23126.9649.1255.29
Hex55C56239032177f3137
Octal12530514271062271776167
Binary10101011100010111000101110010110010101111111111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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