Html Css Color HEX #80FC18 Chartreuse

📋 copy color: '#80FC18'

red 128 ◦ green 252 ◦ blue 24

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

Shades of Chartreuse #80FC18

Tints of Chartreuse #80FC18

RGB

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

 GREEN value IS 252 (98.83% from 255) = 62.38%

 BLUE value IS 24 (9.77% from 255) = 5.94%

R = 31.68%
G = 62.38%
B = 5.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#80FC18 (or 0x80FC18) is known color: Chartreuse. HEX triplet: 80, FC and 18. RGB value is (128,252,24). Sum of RGB (Red+Green+Blue) = 128+252+24=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 252 (98.83% from 255 or 62.38% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FC18 is #7F03E7. Grayscale: #BDBDBD. Windows color (decimal): -8324072 or 1637504. OLE color: 1637504.

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

Color convert

RGB 128 252 24 -
CMYK 0.49 0 0.90 0.01
HSL 92.63º 0.97% 0.54% -
HSV(B) 92.63º 0.9% 0.99% -
XYZ 43.88 74.28 12.89 -
YUV 188.93 34.92 84.54 -
System Red Green Blue C M Y K H S L
Decimal 128 252 24 0.49 0 0.90 0.01 92.63 0.97 0.54
Hex 80 FC 18 31 0 5A 1 5D 61 36
Octal 200 374 30 61 0 132 1 135 141 66
Binary 10000000 11111100 11000 110001 0 1011010 1 1011101 1100001 110110

Color Harmonies of #80FC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FC18

Black with #80FC18

Text Example


Text Example

White with #80FC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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