#52FC49

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

Shades of Screamin' Green #52FC49

Tints of Screamin' Green #52FC49

Color information

#52FC49 (or 0x52FC49) is unknown color: approx Screamin' Green. HEX triplet: 52, FC and 49. RGB value is (82,252,73). Sum of RGB (Red+Green+Blue) = 82+252+73=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 252 (98.83% from 255 or 61.92% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 252 - color contains mainly: green. Hex color #52FC49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FC49 is #AD03B6. Grayscale: #B5B5B5. Windows color (decimal): -11338679 or 4848722. OLE color: 4848722.

HSL color Cylindrical-coordinate representation of color #52FC49: hue angle of 116.98º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52FC49 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB8225273-
CMYK0.6700.710.01
HSL116.98º96.76%63.73%-
HSV(B)116.98º71.03%98.82%-
XYZ39.4971.918.1-
YUV180.7667.1857.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.15%
GREEN value IS 252 (98.83% from 255) = 61.92%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=20.15%
G=61.92%
B=17.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal82252730.6700.710.01116.9896.7663.73
Hex52FC49430471756140
Octal12237411110301071165141100
Binary10100101111110010010011000011010001111111010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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