Html Css Color HEX #80B007 Lima

📋 copy color: '#80B007'

red 128 ◦ green 176 ◦ blue 7

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

Shades of Lima #80B007

Tints of Lima #80B007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.25%

R = 41.16%
G = 56.59%
B = 2.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#80B007 (or 0x80B007) is known color: Lima. HEX triplet: 80, B0 and 07. RGB value is (128,176,7). Sum of RGB (Red+Green+Blue) = 128+176+7=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #80B007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B007 is #7F4FF8. Grayscale: #8F8F8F. Windows color (decimal): -8343545 or 503936. OLE color: 503936.

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

Color convert

RGB 128 176 7 -
CMYK 0.27 0 0.96 0.31
HSL 77.04º 0.92% 0.36% -
HSV(B) 77.04º 0.96% 0.69% -
XYZ 24.47 35.66 5.79 -
YUV 142.38 51.6 117.74 -
System Red Green Blue C M Y K H S L
Decimal 128 176 7 0.27 0 0.96 0.31 77.04 0.92 0.36
Hex 80 B0 7 1B 0 60 1F 4D 5C 24
Octal 200 260 7 33 0 140 37 115 134 44
Binary 10000000 10110000 111 11011 0 1100000 11111 1001101 1011100 100100

Color Harmonies of #80B007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B007

Black with #80B007

Text Example


Text Example

White with #80B007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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