#52FA49

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

Shades of Screamin' Green #52FA49

Tints of Screamin' Green #52FA49

Color information

#52FA49 (or 0x52FA49) is unknown color: approx Screamin' Green. HEX triplet: 52, FA and 49. RGB value is (82,250,73). Sum of RGB (Red+Green+Blue) = 82+250+73=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 250 (98.05% from 255 or 61.73% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FA49 is #AD05B6. Grayscale: #B4B4B4. Windows color (decimal): -11339191 or 4848210. OLE color: 4848210.

HSL color Cylindrical-coordinate representation of color #52FA49: hue angle of 116.95º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52FA49 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB8225073-
CMYK0.6700.710.02
HSL116.95º94.65%63.33%-
HSV(B)116.95º70.8%98.04%-
XYZ38.8770.6517.89-
YUV179.5967.8458.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 250 (98.05% from 255) = 61.73%
BLUE value IS 73 (28.91% from 255) = 18.02%
R=20.25%
G=61.73%
B=18.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82250730.6700.710.02116.9594.6563.33
Hex52FA49430472755f3f
Octal1223721111030107216513777
Binary10100101111101010010011000011010001111011101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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