Html Css Color HEX #80FE12 Chartreuse

📋 copy color: '#80FE12'

red 128 ◦ green 254 ◦ blue 18

#80FE12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse #80FE12

Tints of Chartreuse #80FE12

RGB

 RED value IS 128 (50.39% from 255) = 32%

 GREEN value IS 254 (99.61% from 255) = 63.5%

 BLUE value IS 18 (7.42% from 255) = 4.5%

R = 32%
G = 63.5%
B = 4.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#80FE12 (or 0x80FE12) is known color: Chartreuse. HEX triplet: 80, FE and 12. RGB value is (128,254,18). Sum of RGB (Red+Green+Blue) = 128+254+18=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 254 (99.61% from 255 or 63.5% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FE12 is #7F01ED. Grayscale: #BEBEBE. Windows color (decimal): -8323566 or 1244800. OLE color: 1244800.

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

Color convert

RGB 128 254 18 -
CMYK 0.50 0 0.93 0.00
HSL 92.03º 0.99% 0.53% -
HSV(B) 92.03º 0.93% 1% -
XYZ 44.45 75.52 12.81 -
YUV 189.42 31.26 84.19 -
System Red Green Blue C M Y K H S L
Decimal 128 254 18 0.50 0 0.93 0.00 92.03 0.99 0.53
Hex 80 FE 12 32 0 5D 0 5C 63 35
Octal 200 376 22 62 0 135 0 134 143 65
Binary 10000000 11111110 10010 110010 0 1011101 0 1011100 1100011 110101

Color Harmonies of #80FE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FE12

Black with #80FE12

Text Example


Text Example

White with #80FE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80FE12;
 }
 .AnyTagClassName
 {
   color: #80FE12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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