#52F157

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

Shades of Screamin' Green #52F157

Tints of Screamin' Green #52F157

Color information

#52F157 (or 0x52F157) is unknown color: approx Screamin' Green. HEX triplet: 52, F1 and 57. RGB value is (82,241,87). Sum of RGB (Red+Green+Blue) = 82+241+87=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 241 (94.53% from 255 or 58.78% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 241 - color contains mainly: green. Hex color #52F157 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F157 is #AD0EA8. Grayscale: #B0B0B0. Windows color (decimal): -11341481 or 5763410. OLE color: 5763410.

HSL color Cylindrical-coordinate representation of color #52F157: hue angle of 121.89º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F157 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB8224187-
CMYK0.6600.640.05
HSL121.89º85.03%63.33%-
HSV(B)121.89º65.98%94.51%-
XYZ36.6665.3919.71-
YUV175.977.8261.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20%
GREEN value IS 241 (94.53% from 255) = 58.78%
BLUE value IS 87 (34.38% from 255) = 21.22%
R=20%
G=58.78%
B=21.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82241870.6600.640.05121.8985.0363.33
Hex52F1574204057a553f
Octal1223611271020100517212577
Binary101001011110001101011110000100100000010111110101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,241,87); }

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

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

 a { background-color: rgb(82,241,87); }

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

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

 span { border-color: rgb(82,241,87); }

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