#55C761

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

Shades of Fern #55C761

Tints of Fern #55C761

Color information

#55C761 (or 0x55C761) is unknown color: approx Fern. HEX triplet: 55, C7 and 61. RGB value is (85,199,97). Sum of RGB (Red+Green+Blue) = 85+199+97=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 199 (78.12% from 255 or 52.23% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 199 - color contains mainly: green. Hex color #55C761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C761 is #AA389E. Grayscale: #999999. Windows color (decimal): -11155615 or 6408021. OLE color: 6408021.

HSL color Cylindrical-coordinate representation of color #55C761: hue angle of 126.32º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C761 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB8519997-
CMYK0.5700.510.22
HSL126.32º50.44%55.69%-
HSV(B)126.32º57.29%78.04%-
XYZ26.3343.6418.35-
YUV153.2996.2379.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 199 (78.12% from 255) = 52.23%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=22.31%
G=52.23%
B=25.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85199970.5700.510.22126.3250.4455.69
Hex55C76139033167e3238
Octal12530714171063261766270
Binary10101011100011111000011110010110011101101111110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,199,97); }

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

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

 a { background-color: rgb(85,199,97); }

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

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

 span { border-color: rgb(85,199,97); }

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