Html Css Color HEX #80FC15 Chartreuse

📋 copy color: '#80FC15'

red 128 ◦ green 252 ◦ blue 21

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

Shades of Chartreuse #80FC15

Tints of Chartreuse #80FC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.24%

R = 31.92%
G = 62.84%
B = 5.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#80FC15 (or 0x80FC15) is known color: Chartreuse. HEX triplet: 80, FC and 15. RGB value is (128,252,21). Sum of RGB (Red+Green+Blue) = 128+252+21=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 252 (98.83% from 255 or 62.84% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FC15 is #7F03EA. Grayscale: #BDBDBD. Windows color (decimal): -8324075 or 1440896. OLE color: 1440896.

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

Color convert

RGB 128 252 21 -
CMYK 0.49 0 0.92 0.01
HSL 92.21º 0.97% 0.54% -
HSV(B) 92.21º 0.92% 0.99% -
XYZ 43.85 74.26 12.73 -
YUV 188.59 33.42 84.78 -
System Red Green Blue C M Y K H S L
Decimal 128 252 21 0.49 0 0.92 0.01 92.21 0.97 0.54
Hex 80 FC 15 31 0 5C 1 5C 61 36
Octal 200 374 25 61 0 134 1 134 141 66
Binary 10000000 11111100 10101 110001 0 1011100 1 1011100 1100001 110110

Color Harmonies of #80FC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FC15

Black with #80FC15

Text Example


Text Example

White with #80FC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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