Html Css Color HEX #80D71D Yellow Green

📋 copy color: '#80D71D'

red 128 ◦ green 215 ◦ blue 29

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

Shades of Yellow Green #80D71D

Tints of Yellow Green #80D71D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.8%

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 34.41%
G = 57.8%
B = 7.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#80D71D (or 0x80D71D) is known color: Yellow Green. HEX triplet: 80, D7 and 1D. RGB value is (128,215,29). Sum of RGB (Red+Green+Blue) = 128+215+29=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #80D71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D71D is #7F28E2. Grayscale: #A8A8A8. Windows color (decimal): -8333539 or 1955712. OLE color: 1955712.

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

Color convert

RGB 128 215 29 -
CMYK 0.40 0 0.87 0.16
HSL 88.06º 0.76% 0.48% -
HSV(B) 88.06º 0.87% 0.84% -
XYZ 33.42 53.28 9.68 -
YUV 167.78 49.68 99.62 -
System Red Green Blue C M Y K H S L
Decimal 128 215 29 0.40 0 0.87 0.16 88.06 0.76 0.48
Hex 80 D7 1D 28 0 57 10 58 4C 30
Octal 200 327 35 50 0 127 20 130 114 60
Binary 10000000 11010111 11101 101000 0 1010111 10000 1011000 1001100 110000

Color Harmonies of #80D71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D71D

Black with #80D71D

Text Example


Text Example

White with #80D71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,215,29); }

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

background-color css

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

 a { background-color: rgb(128,215,29); }

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

border-color css

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

 span { border-color: rgb(128,215,29); }

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