Html Css Color HEX #80D613 Yellow Green

📋 copy color: '#80D613'

red 128 ◦ green 214 ◦ blue 19

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

Shades of Yellow Green #80D613

Tints of Yellow Green #80D613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.28%

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

R = 35.46%
G = 59.28%
B = 5.26%

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

#80D613 (or 0x80D613) is known color: Yellow Green. HEX triplet: 80, D6 and 13. RGB value is (128,214,19). Sum of RGB (Red+Green+Blue) = 128+214+19=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #80D613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D613 is #7F29EC. Grayscale: #A6A6A6. Windows color (decimal): -8333805 or 1300096. OLE color: 1300096.

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

Color convert

RGB 128 214 19 -
CMYK 0.40 0 0.91 0.16
HSL 86.46º 0.84% 0.46% -
HSV(B) 86.46º 0.91% 0.84% -
XYZ 33.07 52.73 9.05 -
YUV 166.06 45.01 100.86 -
System Red Green Blue C M Y K H S L
Decimal 128 214 19 0.40 0 0.91 0.16 86.46 0.84 0.46
Hex 80 D6 13 28 0 5B 10 56 54 2E
Octal 200 326 23 50 0 133 20 126 124 56
Binary 10000000 11010110 10011 101000 0 1011011 10000 1010110 1010100 101110

Color Harmonies of #80D613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D613

Black with #80D613

Text Example


Text Example

White with #80D613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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