#55BC62

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

Shades of Fern #55BC62

Tints of Fern #55BC62

Color information

#55BC62 (or 0x55BC62) is unknown color: approx Fern. HEX triplet: 55, BC and 62. RGB value is (85,188,98). Sum of RGB (Red+Green+Blue) = 85+188+98=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC62 is #AA439D. Grayscale: #939393. Windows color (decimal): -11158430 or 6470741. OLE color: 6470741.

HSL color Cylindrical-coordinate representation of color #55BC62: hue angle of 127.57º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC62 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB8518898-
CMYK0.5500.480.26
HSL127.57º43.46%53.53%-
HSV(B)127.57º54.79%73.73%-
XYZ23.9338.7817.78-
YUV146.94100.3883.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 188 (73.83% from 255) = 50.67%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=22.91%
G=50.67%
B=26.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85188980.5500.480.26127.5743.4653.53
Hex55BC62370301A802b36
Octal12527414267060322005366
Binary101010110111100110001011011101100001101010000000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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