Html Css Color HEX #80B708 Lima

📋 copy color: '#80B708'

red 128 ◦ green 183 ◦ blue 8

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

Shades of Lima #80B708

Tints of Lima #80B708

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.37%

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

R = 40.13%
G = 57.37%
B = 2.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#80B708 (or 0x80B708) is known color: Lima. HEX triplet: 80, B7 and 08. RGB value is (128,183,8). Sum of RGB (Red+Green+Blue) = 128+183+8=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #80B708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B708 is #7F48F7. Grayscale: #939393. Windows color (decimal): -8341752 or 571264. OLE color: 571264.

HSL color Cylindrical-coordinate representation of color #80B708: hue angle of 78.86º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80B708 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 8 -
CMYK 0.30 0 0.96 0.28
HSL 78.86º 0.92% 0.37% -
HSV(B) 78.86º 0.96% 0.72% -
XYZ 25.88 38.47 6.29 -
YUV 146.61 49.78 114.73 -
System Red Green Blue C M Y K H S L
Decimal 128 183 8 0.30 0 0.96 0.28 78.86 0.92 0.37
Hex 80 B7 8 1E 0 60 1C 4F 5C 25
Octal 200 267 10 36 0 140 34 117 134 45
Binary 10000000 10110111 1000 11110 0 1100000 11100 1001111 1011100 100101

Color Harmonies of #80B708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B708

Black with #80B708

Text Example


Text Example

White with #80B708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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