#80FE71

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

Shades of Screamin' Green #80FE71

Tints of Screamin' Green #80FE71

Color information

#80FE71 (or 0x80FE71) is unknown color: approx Screamin' Green. HEX triplet: 80, FE and 71. RGB value is (128,254,113). Sum of RGB (Red+Green+Blue) = 128+254+113=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FE71 is #7F018E. Grayscale: #C8C8C8. Windows color (decimal): -8323471 or 7470720. OLE color: 7470720.

HSL color Cylindrical-coordinate representation of color #80FE71: hue angle of 113.62º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80FE71 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB128254113-
CMYK0.5000.560.00
HSL113.62º98.6%71.96%-
HSV(B)113.62º55.51%99.61%-
XYZ47.3276.6727.93-
YUV200.2578.7676.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 254 (99.61% from 255) = 51.31%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=25.86%
G=51.31%
B=22.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282541130.5000.560.00113.6298.671.96
Hex80FE71320380726348
Octal200376161620700162143110
Binary1000000011111110111000111001001110000111001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,254,113); }

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

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

 a { background-color: rgb(128,254,113); }

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

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

 span { border-color: rgb(128,254,113); }

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