#52F053

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

Shades of Screamin' Green #52F053

Tints of Screamin' Green #52F053

Color information

#52F053 (or 0x52F053) is unknown color: approx Screamin' Green. HEX triplet: 52, F0 and 53. RGB value is (82,240,83). Sum of RGB (Red+Green+Blue) = 82+240+83=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 240 (94.14% from 255 or 59.26% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 240 - color contains mainly: green. Hex color #52F053 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F053 is #AD0FAC. Grayscale: #AFAFAF. Windows color (decimal): -11341741 or 5501010. OLE color: 5501010.

HSL color Cylindrical-coordinate representation of color #52F053: hue angle of 120.38º degrees, saturation: 0.84, 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 #52F053 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB8224083-
CMYK0.6600.650.06
HSL120.38º84.04%63.14%-
HSV(B)120.38º65.83%94.12%-
XYZ36.264.7418.77-
YUV174.8676.1561.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 240 (94.14% from 255) = 59.26%
BLUE value IS 83 (32.81% from 255) = 20.49%
R=20.25%
G=59.26%
B=20.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82240830.6600.650.06120.3884.0463.14
Hex52F05342041678543f
Octal1223601231020101617012477
Binary101001011110000101001110000100100000111011110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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