#80FE07

Color #80FE07 Chartreuse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse #80FE07

Tints of Chartreuse #80FE07

Color information

#80FE07 (or 0x80FE07) is unknown color: approx Chartreuse. HEX triplet: 80, FE and 07. RGB value is (128,254,7). Sum of RGB (Red+Green+Blue) = 128+254+7=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 254 (99.61% from 255 or 65.30% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FE07 is #7F01F8. Grayscale: #BDBDBD. Windows color (decimal): -8323577 or 523904. OLE color: 523904.

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

Color convert

RGB1282547-
CMYK0.5000.970.00
HSL90.61º99.2%51.18%-
HSV(B)90.61º97.24%99.61%-
XYZ44.3875.4912.43-
YUV188.1725.7685.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 254 (99.61% from 255) = 65.30%
BLUE value IS 7 (3.12% from 255) = 1.80%
R=32.90%
G=65.30%
B=1.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal12825470.5000.970.0090.6199.251.18
Hex80FE73206105b6333
Octal2003767620141013314363
Binary100000001111111011111001001100001010110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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