#52F25B

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

Shades of Screamin' Green #52F25B

Tints of Screamin' Green #52F25B

Color information

#52F25B (or 0x52F25B) is unknown color: approx Screamin' Green. HEX triplet: 52, F2 and 5B. RGB value is (82,242,91). Sum of RGB (Red+Green+Blue) = 82+242+91=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #52F25B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F25B is #AD0DA4. Grayscale: #B1B1B1. Windows color (decimal): -11341221 or 6025810. OLE color: 6025810.

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

Color convert

RGB8224291-
CMYK0.6600.620.05
HSL123.38º86.02%63.53%-
HSV(B)123.38º66.12%94.9%-
XYZ37.1266.0520.69-
YUV176.9579.4960.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 242 (94.92% from 255) = 58.31%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=19.76%
G=58.31%
B=21.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82242910.6600.620.05123.3886.0263.53
Hex52F25B4203E57b5640
Octal1223621331020765173126100
Binary101001011110010101101110000100111110101111101110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,242,91); }

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

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

 a { background-color: rgb(82,242,91); }

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

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

 span { border-color: rgb(82,242,91); }

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