#52DD58

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

Shades of Screamin' Green #52DD58

Tints of Screamin' Green #52DD58

Color information

#52DD58 (or 0x52DD58) is unknown color: approx Screamin' Green. HEX triplet: 52, DD and 58. RGB value is (82,221,88). Sum of RGB (Red+Green+Blue) = 82+221+88=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD58 is #AD22A7. Grayscale: #A4A4A4. Windows color (decimal): -11346600 or 5823826. OLE color: 5823826.

HSL color Cylindrical-coordinate representation of color #52DD58: hue angle of 122.59º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DD58 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB8222188-
CMYK0.6300.600.13
HSL122.59º67.15%59.41%-
HSV(B)122.59º62.9%86.67%-
XYZ31.154.2118.06-
YUV164.2884.9569.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.97%
GREEN value IS 221 (86.72% from 255) = 56.52%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=20.97%
G=56.52%
B=22.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82221880.6300.600.13122.5967.1559.41
Hex52DD583F03CD7b433b
Octal122335130770741517310373
Binary10100101101110110110001111110111100110111110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52DD58; }

 p { color: rgb(82,221,88); }

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

<style>
 a { background-color: #52DD58; }

 a { background-color: rgb(82,221,88); }

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

<style>
 span { border-color: #52DD58; }

 span { border-color: rgb(82,221,88); }

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