#52F860

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

Shades of Screamin' Green #52F860

Tints of Screamin' Green #52F860

Color information

#52F860 (or 0x52F860) is unknown color: approx Screamin' Green. HEX triplet: 52, F8 and 60. RGB value is (82,248,96). Sum of RGB (Red+Green+Blue) = 82+248+96=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 248 (97.27% from 255 or 58.22% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 248 - color contains mainly: green. Hex color #52F860 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F860 is #AD079F. Grayscale: #B5B5B5. Windows color (decimal): -11339680 or 6355026. OLE color: 6355026.

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

Color convert

RGB8224896-
CMYK0.6700.610.03
HSL125.06º92.22%64.71%-
HSV(B)125.06º66.94%97.25%-
XYZ39.1669.7722.47-
YUV181.048057.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.25%
GREEN value IS 248 (97.27% from 255) = 58.22%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=19.25%
G=58.22%
B=22.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal82248960.6700.610.03125.0692.2264.71
Hex52F8604303D37d5c41
Octal1223701401030753175134101
Binary10100101111100011000001000011011110111111110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,248,96); }

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

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

 a { background-color: rgb(82,248,96); }

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

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

 span { border-color: rgb(82,248,96); }

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