Html Css Color HEX #80D005 Lawn Green

📋 copy color: '#80D005'

red 128 ◦ green 208 ◦ blue 5

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

Shades of Lawn Green #80D005

Tints of Lawn Green #80D005

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61%

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 37.54%
G = 61%
B = 1.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#80D005 (or 0x80D005) is known color: Lawn Green. HEX triplet: 80, D0 and 05. RGB value is (128,208,5). Sum of RGB (Red+Green+Blue) = 128+208+5=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #80D005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D005 is #7F2FFA. Grayscale: #A1A1A1. Windows color (decimal): -8335355 or 381056. OLE color: 381056.

HSL color Cylindrical-coordinate representation of color #80D005: hue angle of 83.65º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80D005 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 5 -
CMYK 0.38 0 0.98 0.18
HSL 83.65º 0.95% 0.42% -
HSV(B) 83.65º 0.98% 0.82% -
XYZ 31.49 49.71 8.08 -
YUV 160.94 40 104.51 -
System Red Green Blue C M Y K H S L
Decimal 128 208 5 0.38 0 0.98 0.18 83.65 0.95 0.42
Hex 80 D0 5 26 0 62 12 54 5F 2A
Octal 200 320 5 46 0 142 22 124 137 52
Binary 10000000 11010000 101 100110 0 1100010 10010 1010100 1011111 101010

Color Harmonies of #80D005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D005

Black with #80D005

Text Example


Text Example

White with #80D005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,5); }

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

background-color css

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

 a { background-color: rgb(128,208,5); }

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

border-color css

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

 span { border-color: rgb(128,208,5); }

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