#80FA72

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

Shades of Screamin' Green #80FA72

Tints of Screamin' Green #80FA72

Color information

#80FA72 (or 0x80FA72) is unknown color: approx Screamin' Green. HEX triplet: 80, FA and 72. RGB value is (128,250,114). Sum of RGB (Red+Green+Blue) = 128+250+114=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA72 is #7F058D. Grayscale: #C6C6C6. Windows color (decimal): -8324494 or 7535232. OLE color: 7535232.

HSL color Cylindrical-coordinate representation of color #80FA72: hue angle of 113.82º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80FA72 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB128250114-
CMYK0.4900.540.02
HSL113.82º93.15%71.37%-
HSV(B)113.82º54.4%98.04%-
XYZ46.1274.1827.81-
YUV198.0280.5878.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.02%
GREEN value IS 250 (98.05% from 255) = 50.81%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=26.02%
G=50.81%
B=23.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282501140.4900.540.02113.8293.1571.37
Hex80FA72310362725d47
Octal200372162610662162135107
Binary10000000111110101110010110001011011010111001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,250,114); }

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

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

 a { background-color: rgb(128,250,114); }

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

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

 span { border-color: rgb(128,250,114); }

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