#55C661

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

Shades of Fern #55C661

Tints of Fern #55C661

Color information

#55C661 (or 0x55C661) is unknown color: approx Fern. HEX triplet: 55, C6 and 61. RGB value is (85,198,97). Sum of RGB (Red+Green+Blue) = 85+198+97=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #55C661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C661 is #AA399E. Grayscale: #989898. Windows color (decimal): -11155871 or 6407765. OLE color: 6407765.

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

Color convert

RGB8519897-
CMYK0.5700.510.22
HSL126.37º49.78%55.49%-
HSV(B)126.37º57.07%77.65%-
XYZ26.143.1818.27-
YUV152.796.5679.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 198 (77.73% from 255) = 52.11%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=22.37%
G=52.11%
B=25.53%

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
Decimal85198970.5700.510.22126.3749.7855.49
Hex55C66139033167e3237
Octal12530614171063261766267
Binary10101011100011011000011110010110011101101111110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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