Html Css Color HEX #80DA1C Yellow Green

📋 copy color: '#80DA1C'

red 128 ◦ green 218 ◦ blue 28

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

Shades of Yellow Green #80DA1C

Tints of Yellow Green #80DA1C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 58.29%

 BLUE value IS 28 (11.33% from 255) = 7.49%

R = 34.22%
G = 58.29%
B = 7.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#80DA1C (or 0x80DA1C) is known color: Yellow Green. HEX triplet: 80, DA and 1C. RGB value is (128,218,28). Sum of RGB (Red+Green+Blue) = 128+218+28=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DA1C is #7F25E3. Grayscale: #AAAAAA. Windows color (decimal): -8332772 or 1890944. OLE color: 1890944.

HSL color Cylindrical-coordinate representation of color #80DA1C: hue angle of 88.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80DA1C is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 28 -
CMYK 0.41 0 0.87 0.15
HSL 88.42º 0.77% 0.48% -
HSV(B) 88.42º 0.87% 0.85% -
XYZ 34.18 54.82 9.88 -
YUV 169.43 48.18 98.45 -
System Red Green Blue C M Y K H S L
Decimal 128 218 28 0.41 0 0.87 0.15 88.42 0.77 0.48
Hex 80 DA 1C 29 0 57 F 58 4D 30
Octal 200 332 34 51 0 127 17 130 115 60
Binary 10000000 11011010 11100 101001 0 1010111 1111 1011000 1001101 110000

Color Harmonies of #80DA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA1C

Black with #80DA1C

Text Example


Text Example

White with #80DA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,218,28); }

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

background-color css

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

 a { background-color: rgb(128,218,28); }

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

border-color css

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

 span { border-color: rgb(128,218,28); }

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