Html Css Color HEX #80FD24 Chartreuse

📋 copy color: '#80FD24'

red 128 ◦ green 253 ◦ blue 36

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

Shades of Chartreuse #80FD24

Tints of Chartreuse #80FD24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.63%

R = 30.7%
G = 60.67%
B = 8.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#80FD24 (or 0x80FD24) is known color: Chartreuse. HEX triplet: 80, FD and 24. RGB value is (128,253,36). Sum of RGB (Red+Green+Blue) = 128+253+36=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 253 (99.22% from 255 or 60.67% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FD24 is #7F02DB. Grayscale: #BFBFBF. Windows color (decimal): -8323804 or 2424192. OLE color: 2424192.

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

Color convert

RGB 128 253 36 -
CMYK 0.49 0 0.86 0.01
HSL 94.56º 0.98% 0.57% -
HSV(B) 94.56º 0.86% 0.99% -
XYZ 44.35 74.97 13.8 -
YUV 190.89 40.59 83.14 -
System Red Green Blue C M Y K H S L
Decimal 128 253 36 0.49 0 0.86 0.01 94.56 0.98 0.57
Hex 80 FD 24 31 0 56 1 5F 62 39
Octal 200 375 44 61 0 126 1 137 142 71
Binary 10000000 11111101 100100 110001 0 1010110 1 1011111 1100010 111001

Color Harmonies of #80FD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD24

Black with #80FD24

Text Example


Text Example

White with #80FD24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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