#80FD52

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

Shades of Screamin' Green #80FD52

Tints of Screamin' Green #80FD52

Color information

#80FD52 (or 0x80FD52) is unknown color: approx Screamin' Green. HEX triplet: 80, FD and 52. RGB value is (128,253,82). Sum of RGB (Red+Green+Blue) = 128+253+82=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FD52 is #7F02AD. Grayscale: #C4C4C4. Windows color (decimal): -8323758 or 5438848. OLE color: 5438848.

HSL color Cylindrical-coordinate representation of color #80FD52: hue angle of 103.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80FD52 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB12825382-
CMYK0.4900.680.01
HSL103.86º97.71%65.69%-
HSV(B)103.86º67.59%99.22%-
XYZ45.5575.4520.14-
YUV196.1363.5979.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.65%
GREEN value IS 253 (99.22% from 255) = 54.64%
BLUE value IS 82 (32.42% from 255) = 17.71%
R=27.65%
G=54.64%
B=17.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal128253820.4900.680.01103.8697.7165.69
Hex80FD52310441686242
Octal2003751226101041150142102
Binary10000000111111011010010110001010001001110100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80FD52; }

 p { color: rgb(128,253,82); }

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

<style>
 a { background-color: #80FD52; }

 a { background-color: rgb(128,253,82); }

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

<style>
 span { border-color: #80FD52; }

 span { border-color: rgb(128,253,82); }

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