#55D554

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

Shades of Fern #55D554

Tints of Fern #55D554

Color information

#55D554 (or 0x55D554) is unknown color: approx Fern. HEX triplet: 55, D5 and 54. RGB value is (85,213,84). Sum of RGB (Red+Green+Blue) = 85+213+84=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 213 (83.59% from 255 or 55.76% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 213 - color contains mainly: green. Hex color #55D554 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D554 is #AA2AAB. Grayscale: #A0A0A0. Windows color (decimal): -11152044 or 5559637. OLE color: 5559637.

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

Color convert

RGB8521384-
CMYK0.6000.610.16
HSL119.53º60.56%58.24%-
HSV(B)119.53º60.56%83.53%-
XYZ29.1450.1616.53-
YUV160.0285.0974.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 213 (83.59% from 255) = 55.76%
BLUE value IS 84 (33.20% from 255) = 21.99%
R=22.25%
G=55.76%
B=21.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85213840.6000.610.16119.5360.5658.24
Hex55D5543C03D10783d3a
Octal12532512474075201707572
Binary10101011101010110101001111000111101100001111000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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