Html Css Color HEX #80D516 Yellow Green

📋 copy color: '#80D516'

red 128 ◦ green 213 ◦ blue 22

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

Shades of Yellow Green #80D516

Tints of Yellow Green #80D516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.68%

 BLUE value IS 22 (8.98% from 255) = 6.06%

R = 35.26%
G = 58.68%
B = 6.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#80D516 (or 0x80D516) is known color: Yellow Green. HEX triplet: 80, D5 and 16. RGB value is (128,213,22). Sum of RGB (Red+Green+Blue) = 128+213+22=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #80D516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D516 is #7F2AE9. Grayscale: #A6A6A6. Windows color (decimal): -8334058 or 1496448. OLE color: 1496448.

HSL color Cylindrical-coordinate representation of color #80D516: hue angle of 86.7º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80D516 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 22 -
CMYK 0.40 0 0.90 0.16
HSL 86.7º 0.81% 0.46% -
HSV(B) 86.7º 0.9% 0.84% -
XYZ 32.84 52.24 9.11 -
YUV 165.81 46.84 101.03 -
System Red Green Blue C M Y K H S L
Decimal 128 213 22 0.40 0 0.90 0.16 86.7 0.81 0.46
Hex 80 D5 16 28 0 5A 10 57 51 2E
Octal 200 325 26 50 0 132 20 127 121 56
Binary 10000000 11010101 10110 101000 0 1011010 10000 1010111 1010001 101110

Color Harmonies of #80D516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D516

Black with #80D516

Text Example


Text Example

White with #80D516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,213,22); }

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

background-color css

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

 a { background-color: rgb(128,213,22); }

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

border-color css

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

 span { border-color: rgb(128,213,22); }

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