Html Css Color HEX #80FD12 Chartreuse

📋 copy color: '#80FD12'

red 128 ◦ green 253 ◦ blue 18

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

Shades of Chartreuse #80FD12

Tints of Chartreuse #80FD12

RGB

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

 GREEN value IS 253 (99.22% from 255) = 63.41%

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

R = 32.08%
G = 63.41%
B = 4.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#80FD12 (or 0x80FD12) is known color: Chartreuse. HEX triplet: 80, FD and 12. RGB value is (128,253,18). Sum of RGB (Red+Green+Blue) = 128+253+18=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 253 (99.22% from 255 or 63.41% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FD12 is #7F02ED. Grayscale: #BDBDBD. Windows color (decimal): -8323822 or 1244544. OLE color: 1244544.

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

Color convert

RGB 128 253 18 -
CMYK 0.49 0 0.93 0.01
HSL 91.91º 0.98% 0.53% -
HSV(B) 91.91º 0.93% 0.99% -
XYZ 44.14 74.88 12.7 -
YUV 188.84 31.59 84.61 -
System Red Green Blue C M Y K H S L
Decimal 128 253 18 0.49 0 0.93 0.01 91.91 0.98 0.53
Hex 80 FD 12 31 0 5D 1 5C 62 35
Octal 200 375 22 61 0 135 1 134 142 65
Binary 10000000 11111101 10010 110001 0 1011101 1 1011100 1100010 110101

Color Harmonies of #80FD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD12

Black with #80FD12

Text Example


Text Example

White with #80FD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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