Html Css Color HEX #80FD04 Chartreuse

📋 copy color: '#80FD04'

red 128 ◦ green 253 ◦ blue 4

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

Shades of Chartreuse #80FD04

Tints of Chartreuse #80FD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 33.25%
G = 65.71%
B = 1.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#80FD04 (or 0x80FD04) is known color: Chartreuse. HEX triplet: 80, FD and 04. RGB value is (128,253,4). Sum of RGB (Red+Green+Blue) = 128+253+4=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 253 (99.22% from 255 or 65.71% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FD04 is #7F02FB. Grayscale: #BCBCBC. Windows color (decimal): -8323836 or 327040. OLE color: 327040.

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

Color convert

RGB 128 253 4 -
CMYK 0.49 0 0.98 0.01
HSL 90.12º 0.98% 0.5% -
HSV(B) 90.12º 0.98% 0.99% -
XYZ 44.05 74.85 12.24 -
YUV 187.24 24.59 85.75 -
System Red Green Blue C M Y K H S L
Decimal 128 253 4 0.49 0 0.98 0.01 90.12 0.98 0.5
Hex 80 FD 4 31 0 62 1 5A 62 32
Octal 200 375 4 61 0 142 1 132 142 62
Binary 10000000 11111101 100 110001 0 1100010 1 1011010 1100010 110010

Color Harmonies of #80FD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD04

Black with #80FD04

Text Example


Text Example

White with #80FD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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