#52F962

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

Shades of Screamin' Green #52F962

Tints of Screamin' Green #52F962

Color information

#52F962 (or 0x52F962) is unknown color: approx Screamin' Green. HEX triplet: 52, F9 and 62. RGB value is (82,249,98). Sum of RGB (Red+Green+Blue) = 82+249+98=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 249 (97.66% from 255 or 58.04% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 249 - color contains mainly: green. Hex color #52F962 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F962 is #AD069D. Grayscale: #B6B6B6. Windows color (decimal): -11339422 or 6486354. OLE color: 6486354.

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

Color convert

RGB8224998-
CMYK0.6700.610.02
HSL125.75º93.3%64.9%-
HSV(B)125.75º67.07%97.65%-
XYZ39.5670.4323.06-
YUV181.8580.6756.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 249 (97.66% from 255) = 58.04%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=19.11%
G=58.04%
B=22.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82249980.6700.610.02125.7593.364.9
Hex52F9624303D27e5d41
Octal1223711421030752176135101
Binary10100101111100111000101000011011110110111111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,249,98); }

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

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

 a { background-color: rgb(82,249,98); }

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

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

 span { border-color: rgb(82,249,98); }

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