Html Css Color HEX #80DC19 Yellow Green

📋 copy color: '#80DC19'

red 128 ◦ green 220 ◦ blue 25

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

Shades of Yellow Green #80DC19

Tints of Yellow Green #80DC19

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.98%

 BLUE value IS 25 (10.16% from 255) = 6.7%

R = 34.32%
G = 58.98%
B = 6.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#80DC19 (or 0x80DC19) is known color: Yellow Green. HEX triplet: 80, DC and 19. RGB value is (128,220,25). Sum of RGB (Red+Green+Blue) = 128+220+25=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DC19 is #7F23E6. Grayscale: #AAAAAA. Windows color (decimal): -8332263 or 1694848. OLE color: 1694848.

HSL color Cylindrical-coordinate representation of color #80DC19: hue angle of 88.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80DC19 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 25 -
CMYK 0.42 0 0.89 0.14
HSL 88.31º 0.8% 0.48% -
HSV(B) 88.31º 0.89% 0.86% -
XYZ 34.67 55.85 9.87 -
YUV 170.26 46.02 97.86 -
System Red Green Blue C M Y K H S L
Decimal 128 220 25 0.42 0 0.89 0.14 88.31 0.8 0.48
Hex 80 DC 19 2A 0 59 E 58 50 30
Octal 200 334 31 52 0 131 16 130 120 60
Binary 10000000 11011100 11001 101010 0 1011001 1110 1011000 1010000 110000

Color Harmonies of #80DC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC19

Black with #80DC19

Text Example


Text Example

White with #80DC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,220,25); }

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

background-color css

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

 a { background-color: rgb(128,220,25); }

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

border-color css

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

 span { border-color: rgb(128,220,25); }

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