Html Css Color HEX #80B707 Lima

📋 copy color: '#80B707'

red 128 ◦ green 183 ◦ blue 7

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

Shades of Lima #80B707

Tints of Lima #80B707

RGB

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

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

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

R = 40.25%
G = 57.55%
B = 2.2%

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

#80B707 (or 0x80B707) is known color: Lima. HEX triplet: 80, B7 and 07. RGB value is (128,183,7). Sum of RGB (Red+Green+Blue) = 128+183+7=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #80B707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B707 is #7F48F8. Grayscale: #939393. Windows color (decimal): -8341753 or 505728. OLE color: 505728.

HSL color Cylindrical-coordinate representation of color #80B707: hue angle of 78.75º degrees, saturation: 0.93, 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 #80B707 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 7 -
CMYK 0.30 0 0.96 0.28
HSL 78.75º 0.93% 0.37% -
HSV(B) 78.75º 0.96% 0.72% -
XYZ 25.87 38.47 6.26 -
YUV 146.49 49.28 114.81 -
System Red Green Blue C M Y K H S L
Decimal 128 183 7 0.30 0 0.96 0.28 78.75 0.93 0.37
Hex 80 B7 7 1E 0 60 1C 4F 5D 25
Octal 200 267 7 36 0 140 34 117 135 45
Binary 10000000 10110111 111 11110 0 1100000 11100 1001111 1011101 100101

Color Harmonies of #80B707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B707

Black with #80B707

Text Example


Text Example

White with #80B707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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