#52F049

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

Shades of Screamin' Green #52F049

Tints of Screamin' Green #52F049

Color information

#52F049 (or 0x52F049) is unknown color: approx Screamin' Green. HEX triplet: 52, F0 and 49. RGB value is (82,240,73). Sum of RGB (Red+Green+Blue) = 82+240+73=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 240 (94.14% from 255 or 60.76% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 240 - color contains mainly: green. Hex color #52F049 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F049 is #AD0FB6. Grayscale: #AEAEAE. Windows color (decimal): -11341751 or 4845650. OLE color: 4845650.

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

Color convert

RGB8224073-
CMYK0.6600.700.06
HSL116.77º84.77%61.37%-
HSV(B)116.77º69.58%94.12%-
XYZ35.8464.616.88-
YUV173.7271.1562.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 240 (94.14% from 255) = 60.76%
BLUE value IS 73 (28.91% from 255) = 18.48%
R=20.76%
G=60.76%
B=18.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82240730.6600.700.06116.7784.7761.37
Hex52F04942046675553d
Octal1223601111020106616512575
Binary101001011110000100100110000100100011011011101011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,240,73); }

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

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

 a { background-color: rgb(82,240,73); }

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

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

 span { border-color: rgb(82,240,73); }

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