#52DD59

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

Shades of Screamin' Green #52DD59

Tints of Screamin' Green #52DD59

Color information

#52DD59 (or 0x52DD59) is unknown color: approx Screamin' Green. HEX triplet: 52, DD and 59. RGB value is (82,221,89). Sum of RGB (Red+Green+Blue) = 82+221+89=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD59 is #AD22A6. Grayscale: #A4A4A4. Windows color (decimal): -11346599 or 5889362. OLE color: 5889362.

HSL color Cylindrical-coordinate representation of color #52DD59: hue angle of 123.02º 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 #52DD59 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB8222189-
CMYK0.6300.600.13
HSL123.02º67.15%59.41%-
HSV(B)123.02º62.9%86.67%-
XYZ31.1454.2318.28-
YUV164.3985.4569.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.92%
GREEN value IS 221 (86.72% from 255) = 56.38%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=20.92%
G=56.38%
B=22.70%

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
Decimal82221890.6300.600.13123.0267.1559.41
Hex52DD593F03CD7b433b
Octal122335131770741517310373
Binary10100101101110110110011111110111100110111110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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