Html Css Color HEX #80D513 Yellow Green

📋 copy color: '#80D513'

red 128 ◦ green 213 ◦ blue 19

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

Shades of Yellow Green #80D513

Tints of Yellow Green #80D513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.28%

R = 35.56%
G = 59.17%
B = 5.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#80D513 (or 0x80D513) is known color: Yellow Green. HEX triplet: 80, D5 and 13. RGB value is (128,213,19). Sum of RGB (Red+Green+Blue) = 128+213+19=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #80D513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D513 is #7F2AEC. Grayscale: #A6A6A6. Windows color (decimal): -8334061 or 1299840. OLE color: 1299840.

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

Color convert

RGB 128 213 19 -
CMYK 0.40 0 0.91 0.16
HSL 86.29º 0.84% 0.45% -
HSV(B) 86.29º 0.91% 0.84% -
XYZ 32.81 52.22 8.97 -
YUV 165.47 45.34 101.27 -
System Red Green Blue C M Y K H S L
Decimal 128 213 19 0.40 0 0.91 0.16 86.29 0.84 0.45
Hex 80 D5 13 28 0 5B 10 56 54 2D
Octal 200 325 23 50 0 133 20 126 124 55
Binary 10000000 11010101 10011 101000 0 1011011 10000 1010110 1010100 101101

Color Harmonies of #80D513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D513

Black with #80D513

Text Example


Text Example

White with #80D513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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