#52F04A

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

Shades of Screamin' Green #52F04A

Tints of Screamin' Green #52F04A

Color information

#52F04A (or 0x52F04A) is unknown color: approx Screamin' Green. HEX triplet: 52, F0 and 4A. RGB value is (82,240,74). Sum of RGB (Red+Green+Blue) = 82+240+74=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 240 (94.14% from 255 or 60.61% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 240 - color contains mainly: green. Hex color #52F04A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F04A is #AD0FB5. Grayscale: #AEAEAE. Windows color (decimal): -11341750 or 4911186. OLE color: 4911186.

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

Color convert

RGB8224074-
CMYK0.6600.690.06
HSL117.11º84.69%61.57%-
HSV(B)117.11º69.17%94.12%-
XYZ35.8864.6117.06-
YUV173.8371.6562.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 240 (94.14% from 255) = 60.61%
BLUE value IS 74 (29.30% from 255) = 18.69%
R=20.71%
G=60.61%
B=18.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82240740.6600.690.06117.1184.6961.57
Hex52F04A42045675553e
Octal1223601121020105616512576
Binary101001011110000100101010000100100010111011101011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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