#55BC61

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

Shades of Fern #55BC61

Tints of Fern #55BC61

Color information

#55BC61 (or 0x55BC61) is unknown color: approx Fern. HEX triplet: 55, BC and 61. RGB value is (85,188,97). Sum of RGB (Red+Green+Blue) = 85+188+97=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC61 is #AA439E. Grayscale: #939393. Windows color (decimal): -11158431 or 6405205. OLE color: 6405205.

HSL color Cylindrical-coordinate representation of color #55BC61: hue angle of 126.99º 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 #55BC61 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB8518897-
CMYK0.5500.480.26
HSL126.99º43.46%53.53%-
HSV(B)126.99º54.79%73.73%-
XYZ23.8938.7617.53-
YUV146.8399.8883.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 188 (73.83% from 255) = 50.81%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=22.97%
G=50.81%
B=26.22%

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
Decimal85188970.5500.480.26126.9943.4653.53
Hex55BC61370301A7f2b36
Octal12527414167060321775366
Binary10101011011110011000011101110110000110101111111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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