#55C262

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

Shades of Fern #55C262

Tints of Fern #55C262

Color information

#55C262 (or 0x55C262) is unknown color: approx Fern. HEX triplet: 55, C2 and 62. RGB value is (85,194,98). Sum of RGB (Red+Green+Blue) = 85+194+98=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #55C262 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C262 is #AA3D9D. Grayscale: #969696. Windows color (decimal): -11156894 or 6472277. OLE color: 6472277.

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

Color convert

RGB8519498-
CMYK0.5600.490.24
HSL127.16º47.19%54.71%-
HSV(B)127.16º56.19%76.08%-
XYZ25.2441.418.22-
YUV150.4698.3981.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 194 (76.17% from 255) = 51.46%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=22.55%
G=51.46%
B=25.99%

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
Decimal85194980.5600.490.24127.1647.1954.71
Hex55C26238031187f2f37
Octal12530214270061301775767
Binary10101011100001011000101110000110001110001111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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