#80FC73

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

Shades of Screamin' Green #80FC73

Tints of Screamin' Green #80FC73

Color information

#80FC73 (or 0x80FC73) is unknown color: approx Screamin' Green. HEX triplet: 80, FC and 73. RGB value is (128,252,115). Sum of RGB (Red+Green+Blue) = 128+252+115=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FC73 is #7F038C. Grayscale: #C7C7C7. Windows color (decimal): -8323981 or 7601280. OLE color: 7601280.

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

Color convert

RGB128252115-
CMYK0.4900.540.01
HSL114.31º95.8%71.96%-
HSV(B)114.31º54.37%98.82%-
XYZ46.8175.4528.32-
YUV199.3180.4277.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 252 (98.83% from 255) = 50.91%
BLUE value IS 115 (45.31% from 255) = 23.23%
R=25.86%
G=50.91%
B=23.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282521150.4900.540.01114.3195.871.96
Hex80FC73310361726048
Octal200374163610661162140110
Binary1000000011111100111001111000101101101111001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,252,115); }

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

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

 a { background-color: rgb(128,252,115); }

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

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

 span { border-color: rgb(128,252,115); }

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