Html Css Color HEX #80B008 Lima

📋 copy color: '#80B008'

red 128 ◦ green 176 ◦ blue 8

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

Shades of Lima #80B008

Tints of Lima #80B008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.41%

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 41.03%
G = 56.41%
B = 2.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#80B008 (or 0x80B008) is known color: Lima. HEX triplet: 80, B0 and 08. RGB value is (128,176,8). Sum of RGB (Red+Green+Blue) = 128+176+8=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #80B008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B008 is #7F4FF7. Grayscale: #8F8F8F. Windows color (decimal): -8343544 or 569472. OLE color: 569472.

HSL color Cylindrical-coordinate representation of color #80B008: hue angle of 77.14º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80B008 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 176 8 -
CMYK 0.27 0 0.95 0.31
HSL 77.14º 0.91% 0.36% -
HSV(B) 77.14º 0.95% 0.69% -
XYZ 24.47 35.66 5.82 -
YUV 142.5 52.1 117.66 -
System Red Green Blue C M Y K H S L
Decimal 128 176 8 0.27 0 0.95 0.31 77.14 0.91 0.36
Hex 80 B0 8 1B 0 5F 1F 4D 5B 24
Octal 200 260 10 33 0 137 37 115 133 44
Binary 10000000 10110000 1000 11011 0 1011111 11111 1001101 1011011 100100

Color Harmonies of #80B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B008

Black with #80B008

Text Example


Text Example

White with #80B008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,176,8); }

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

background-color css

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

 a { background-color: rgb(128,176,8); }

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

border-color css

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

 span { border-color: rgb(128,176,8); }

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