#55DA52

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

Shades of Screamin' Green #55DA52

Tints of Screamin' Green #55DA52

Color information

#55DA52 (or 0x55DA52) is unknown color: approx Screamin' Green. HEX triplet: 55, DA and 52. RGB value is (85,218,82). Sum of RGB (Red+Green+Blue) = 85+218+82=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA52 is #AA25AD. Grayscale: #A3A3A3. Windows color (decimal): -11150766 or 5429845. OLE color: 5429845.

HSL color Cylindrical-coordinate representation of color #55DA52: hue angle of 118.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DA52 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB8521882-
CMYK0.6100.620.15
HSL118.68º64.76%58.82%-
HSV(B)118.68º62.39%85.49%-
XYZ30.3452.6816.55-
YUV162.7382.4472.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 218 (85.55% from 255) = 56.62%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=22.08%
G=56.62%
B=21.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85218820.6100.620.15118.6864.7658.82
Hex55DA523D03EF77413b
Octal125332122750761716710173
Binary10101011101101010100101111010111110111111101111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,218,82); }

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

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

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

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

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

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

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