#55D556

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

Shades of Fern #55D556

Tints of Fern #55D556

Color information

#55D556 (or 0x55D556) is unknown color: approx Fern. HEX triplet: 55, D5 and 56. RGB value is (85,213,86). Sum of RGB (Red+Green+Blue) = 85+213+86=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #55D556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D556 is #AA2AA9. Grayscale: #A0A0A0. Windows color (decimal): -11152042 or 5690709. OLE color: 5690709.

HSL color Cylindrical-coordinate representation of color #55D556: hue angle of 120.47º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D556 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB8521386-
CMYK0.6000.600.16
HSL120.47º60.38%58.43%-
HSV(B)120.47º60.09%83.53%-
XYZ29.2250.1916.95-
YUV160.2586.0974.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 213 (83.59% from 255) = 55.47%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=22.14%
G=55.47%
B=22.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85213860.6000.600.16120.4760.3858.43
Hex55D5563C03C10783c3a
Octal12532512674074201707472
Binary10101011101010110101101111000111100100001111000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,86); }

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

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

 a { background-color: rgb(85,213,86); }

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

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

 span { border-color: rgb(85,213,86); }

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