#52F070

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

Shades of Screamin' Green #52F070

Tints of Screamin' Green #52F070

Color information

#52F070 (or 0x52F070) is unknown color: approx Screamin' Green. HEX triplet: 52, F0 and 70. RGB value is (82,240,112). Sum of RGB (Red+Green+Blue) = 82+240+112=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #52F070 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F070 is #AD0F8F. Grayscale: #B2B2B2. Windows color (decimal): -11341712 or 7401554. OLE color: 7401554.

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

Color convert

RGB82240112-
CMYK0.6600.530.06
HSL131.39º84.04%63.14%-
HSV(B)131.39º65.83%94.12%-
XYZ37.5665.2825.95-
YUV178.1790.6559.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 240 (94.14% from 255) = 55.30%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=18.89%
G=55.30%
B=25.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822401120.6600.530.06131.3984.0463.14
Hex52F07042035683543f
Octal122360160102065620312477
Binary101001011110000111000010000100110101110100000111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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