#55DD54

Color #55DD54 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #55DD54

Tints of Screamin' Green #55DD54

Color information

#55DD54 (or 0x55DD54) is unknown color: approx Screamin' Green. HEX triplet: 55, DD and 54. RGB value is (85,221,84). Sum of RGB (Red+Green+Blue) = 85+221+84=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD54 is #AA22AB. Grayscale: #A5A5A5. Windows color (decimal): -11149996 or 5561685. OLE color: 5561685.

HSL color Cylindrical-coordinate representation of color #55DD54: hue angle of 119.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DD54 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB8522184-
CMYK0.6200.620.13
HSL119.56º66.83%59.8%-
HSV(B)119.56º61.99%86.67%-
XYZ31.254.2817.22-
YUV164.7282.4471.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 221 (86.72% from 255) = 56.67%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=21.79%
G=56.67%
B=21.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85221840.6200.620.13119.5666.8359.8
Hex55DD543E03ED78433c
Octal125335124760761517010374
Binary10101011101110110101001111100111110110111110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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