#55D555

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

Shades of Fern #55D555

Tints of Fern #55D555

Color information

#55D555 (or 0x55D555) is unknown color: approx Fern. HEX triplet: 55, D5 and 55. RGB value is (85,213,85). Sum of RGB (Red+Green+Blue) = 85+213+85=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #55D555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D555 is #AA2AAA. Grayscale: #A0A0A0. Windows color (decimal): -11152043 or 5625173. OLE color: 5625173.

HSL color Cylindrical-coordinate representation of color #55D555: hue angle of 120º 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 #55D555 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB8521385-
CMYK0.6000.600.16
HSL120º60.38%58.43%-
HSV(B)120º60.09%83.53%-
XYZ29.1850.1816.74-
YUV160.1485.5974.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 213 (83.59% from 255) = 55.61%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=22.19%
G=55.61%
B=22.19%

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
Decimal85213850.6000.600.1612060.3858.43
Hex55D5553C03C10783c3a
Octal12532512574074201707472
Binary10101011101010110101011111000111100100001111000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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