Html Css Color HEX #80DA06 Lawn Green

📋 copy color: '#80DA06'

red 128 ◦ green 218 ◦ blue 6

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

Shades of Lawn Green #80DA06

Tints of Lawn Green #80DA06

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.93%

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 36.36%
G = 61.93%
B = 1.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#80DA06 (or 0x80DA06) is known color: Lawn Green. HEX triplet: 80, DA and 06. RGB value is (128,218,6). Sum of RGB (Red+Green+Blue) = 128+218+6=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DA06 is #7F25F9. Grayscale: #A7A7A7. Windows color (decimal): -8332794 or 449152. OLE color: 449152.

HSL color Cylindrical-coordinate representation of color #80DA06: hue angle of 85.47º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80DA06 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 6 -
CMYK 0.41 0 0.97 0.15
HSL 85.47º 0.95% 0.44% -
HSV(B) 85.47º 0.97% 0.85% -
XYZ 34.01 54.75 8.95 -
YUV 166.92 37.18 100.24 -
System Red Green Blue C M Y K H S L
Decimal 128 218 6 0.41 0 0.97 0.15 85.47 0.95 0.44
Hex 80 DA 6 29 0 61 F 55 5F 2C
Octal 200 332 6 51 0 141 17 125 137 54
Binary 10000000 11011010 110 101001 0 1100001 1111 1010101 1011111 101100

Color Harmonies of #80DA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA06

Black with #80DA06

Text Example


Text Example

White with #80DA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,218,6); }

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

background-color css

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

 a { background-color: rgb(128,218,6); }

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

border-color css

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

 span { border-color: rgb(128,218,6); }

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