#52F475

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

Shades of Screamin' Green #52F475

Tints of Screamin' Green #52F475

Color information

#52F475 (or 0x52F475) is unknown color: approx Screamin' Green. HEX triplet: 52, F4 and 75. RGB value is (82,244,117). Sum of RGB (Red+Green+Blue) = 82+244+117=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 244 (95.70% from 255 or 55.08% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 244 - color contains mainly: green. Hex color #52F475 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F475 is #AD0B8A. Grayscale: #B5B5B5. Windows color (decimal): -11340683 or 7730258. OLE color: 7730258.

HSL color Cylindrical-coordinate representation of color #52F475: hue angle of 132.96º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F475 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB82244117-
CMYK0.6600.520.04
HSL132.96º88.04%63.92%-
HSV(B)132.96º66.39%95.69%-
XYZ39.0467.7827.85-
YUV181.0891.8357.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.51%
GREEN value IS 244 (95.70% from 255) = 55.08%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=18.51%
G=55.08%
B=26.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal822441170.6600.520.04132.9688.0463.92
Hex52F475420344855840
Octal1223641651020644205130100
Binary1010010111101001110101100001001101001001000010110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,244,117); }

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

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

 a { background-color: rgb(82,244,117); }

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

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

 span { border-color: rgb(82,244,117); }

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