#52EF59

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

Shades of Screamin' Green #52EF59

Tints of Screamin' Green #52EF59

Color information

#52EF59 (or 0x52EF59) is unknown color: approx Screamin' Green. HEX triplet: 52, EF and 59. RGB value is (82,239,89). Sum of RGB (Red+Green+Blue) = 82+239+89=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 239 (93.75% from 255 or 58.29% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF59 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EF59 is #AD10A6. Grayscale: #AFAFAF. Windows color (decimal): -11341991 or 5893970. OLE color: 5893970.

HSL color Cylindrical-coordinate representation of color #52EF59: hue angle of 122.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EF59 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB8223989-
CMYK0.6600.630.06
HSL122.68º83.07%62.94%-
HSV(B)122.68º65.69%93.73%-
XYZ36.1564.2519.95-
YUV174.9679.4961.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20%
GREEN value IS 239 (93.75% from 255) = 58.29%
BLUE value IS 89 (35.16% from 255) = 21.71%
R=20%
G=58.29%
B=21.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82239890.6600.630.06122.6883.0762.94
Hex52EF594203F67b533f
Octal122357131102077617312377
Binary10100101110111110110011000010011111111011110111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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