#52FC7E

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

Shades of Screamin' Green #52FC7E

Tints of Screamin' Green #52FC7E

Color information

#52FC7E (or 0x52FC7E) is unknown color: approx Screamin' Green. HEX triplet: 52, FC and 7E. RGB value is (82,252,126). Sum of RGB (Red+Green+Blue) = 82+252+126=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #52FC7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FC7E is #AD0381. Grayscale: #BBBBBB. Windows color (decimal): -11338626 or 8322130. OLE color: 8322130.

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

Color convert

RGB82252126-
CMYK0.6700.50.01
HSL135.53º96.59%65.49%-
HSV(B)135.53º67.46%98.82%-
XYZ42.0672.9231.6-
YUV186.8193.6853.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.83%
GREEN value IS 252 (98.83% from 255) = 54.78%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=17.83%
G=54.78%
B=27.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal822521260.6700.50.01135.5396.5965.49
Hex52FC7E430321886141
Octal1223741761030621210141101
Binary10100101111110011111101000011011001011000100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,252,126); }

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

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

 a { background-color: rgb(82,252,126); }

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

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

 span { border-color: rgb(82,252,126); }

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