Html Css Color HEX #80B10D Lima

📋 copy color: '#80B10D'

red 128 ◦ green 177 ◦ blue 13

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

Shades of Lima #80B10D

Tints of Lima #80B10D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 55.66%

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 40.25%
G = 55.66%
B = 4.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#80B10D (or 0x80B10D) is known color: Lima. HEX triplet: 80, B1 and 0D. RGB value is (128,177,13). Sum of RGB (Red+Green+Blue) = 128+177+13=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #80B10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B10D is #7F4EF2. Grayscale: #909090. Windows color (decimal): -8343283 or 897408. OLE color: 897408.

HSL color Cylindrical-coordinate representation of color #80B10D: hue angle of 77.93º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80B10D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 177 13 -
CMYK 0.28 0 0.93 0.31
HSL 77.93º 0.86% 0.37% -
HSV(B) 77.93º 0.93% 0.69% -
XYZ 24.7 36.06 6.04 -
YUV 143.65 54.27 116.84 -
System Red Green Blue C M Y K H S L
Decimal 128 177 13 0.28 0 0.93 0.31 77.93 0.86 0.37
Hex 80 B1 D 1C 0 5D 1F 4E 56 25
Octal 200 261 15 34 0 135 37 116 126 45
Binary 10000000 10110001 1101 11100 0 1011101 11111 1001110 1010110 100101

Color Harmonies of #80B10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B10D

Black with #80B10D

Text Example


Text Example

White with #80B10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,177,13); }

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

background-color css

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

 a { background-color: rgb(128,177,13); }

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

border-color css

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

 span { border-color: rgb(128,177,13); }

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