Html Css Color HEX #80D51E Yellow Green

📋 copy color: '#80D51E'

red 128 ◦ green 213 ◦ blue 30

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

Shades of Yellow Green #80D51E

Tints of Yellow Green #80D51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.09%

R = 34.5%
G = 57.41%
B = 8.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#80D51E (or 0x80D51E) is known color: Yellow Green. HEX triplet: 80, D5 and 1E. RGB value is (128,213,30). Sum of RGB (Red+Green+Blue) = 128+213+30=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #80D51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D51E is #7F2AE1. Grayscale: #A7A7A7. Windows color (decimal): -8334050 or 2020736. OLE color: 2020736.

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

Color convert

RGB 128 213 30 -
CMYK 0.40 0 0.86 0.16
HSL 87.87º 0.75% 0.48% -
HSV(B) 87.87º 0.86% 0.84% -
XYZ 32.93 52.27 9.58 -
YUV 166.72 50.84 100.38 -
System Red Green Blue C M Y K H S L
Decimal 128 213 30 0.40 0 0.86 0.16 87.87 0.75 0.48
Hex 80 D5 1E 28 0 56 10 58 4B 30
Octal 200 325 36 50 0 126 20 130 113 60
Binary 10000000 11010101 11110 101000 0 1010110 10000 1011000 1001011 110000

Color Harmonies of #80D51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D51E

Black with #80D51E

Text Example


Text Example

White with #80D51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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