Html Css Color HEX #80D815 Yellow Green

📋 copy color: '#80D815'

red 128 ◦ green 216 ◦ blue 21

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

Shades of Yellow Green #80D815

Tints of Yellow Green #80D815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.18%

 BLUE value IS 21 (8.59% from 255) = 5.75%

R = 35.07%
G = 59.18%
B = 5.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#80D815 (or 0x80D815) is known color: Yellow Green. HEX triplet: 80, D8 and 15. RGB value is (128,216,21). Sum of RGB (Red+Green+Blue) = 128+216+21=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #80D815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D815 is #7F27EA. Grayscale: #A8A8A8. Windows color (decimal): -8333291 or 1431680. OLE color: 1431680.

HSL color Cylindrical-coordinate representation of color #80D815: hue angle of 87.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80D815 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 216 21 -
CMYK 0.41 0 0.90 0.15
HSL 87.08º 0.82% 0.46% -
HSV(B) 87.08º 0.9% 0.85% -
XYZ 33.59 53.76 9.31 -
YUV 167.46 45.35 99.86 -
System Red Green Blue C M Y K H S L
Decimal 128 216 21 0.41 0 0.90 0.15 87.08 0.82 0.46
Hex 80 D8 15 29 0 5A F 57 52 2E
Octal 200 330 25 51 0 132 17 127 122 56
Binary 10000000 11011000 10101 101001 0 1011010 1111 1010111 1010010 101110

Color Harmonies of #80D815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D815

Black with #80D815

Text Example


Text Example

White with #80D815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,216,21); }

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

background-color css

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

 a { background-color: rgb(128,216,21); }

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

border-color css

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

 span { border-color: rgb(128,216,21); }

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