#52E75E

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

Shades of Screamin' Green #52E75E

Tints of Screamin' Green #52E75E

Color information

#52E75E (or 0x52E75E) is unknown color: approx Screamin' Green. HEX triplet: 52, E7 and 5E. RGB value is (82,231,94). Sum of RGB (Red+Green+Blue) = 82+231+94=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 231 (90.62% from 255 or 56.76% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 231 - color contains mainly: green. Hex color #52E75E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E75E is #AD18A1. Grayscale: #ABABAB. Windows color (decimal): -11344034 or 6219602. OLE color: 6219602.

HSL color Cylindrical-coordinate representation of color #52E75E: hue angle of 124.83º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E75E is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB8223194-
CMYK0.6500.590.09
HSL124.83º75.63%61.37%-
HSV(B)124.83º64.5%90.59%-
XYZ34.0859.7520.33-
YUV170.8384.6464.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.15%
GREEN value IS 231 (90.62% from 255) = 56.76%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=20.15%
G=56.76%
B=23.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82231940.6500.590.09124.8375.6361.37
Hex52E75E4103B97d4c3d
Octal1223471361010731117511475
Binary101001011100111101111010000010111011100111111011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,231,94); }

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

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

 a { background-color: rgb(82,231,94); }

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

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

 span { border-color: rgb(82,231,94); }

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