Html Css Color HEX #80B807 Lima

📋 copy color: '#80B807'

red 128 ◦ green 184 ◦ blue 7

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

Shades of Lima #80B807

Tints of Lima #80B807

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.68%

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

R = 40.13%
G = 57.68%
B = 2.19%

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

#80B807 (or 0x80B807) is known color: Lima. HEX triplet: 80, B8 and 07. RGB value is (128,184,7). Sum of RGB (Red+Green+Blue) = 128+184+7=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #80B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B807 is #7F47F8. Grayscale: #939393. Windows color (decimal): -8341497 or 505984. OLE color: 505984.

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

Color convert

RGB 128 184 7 -
CMYK 0.30 0 0.96 0.28
HSL 78.98º 0.93% 0.37% -
HSV(B) 78.98º 0.96% 0.72% -
XYZ 26.08 38.89 6.33 -
YUV 147.08 48.95 114.39 -
System Red Green Blue C M Y K H S L
Decimal 128 184 7 0.30 0 0.96 0.28 78.98 0.93 0.37
Hex 80 B8 7 1E 0 60 1C 4F 5D 25
Octal 200 270 7 36 0 140 34 117 135 45
Binary 10000000 10111000 111 11110 0 1100000 11100 1001111 1011101 100101

Color Harmonies of #80B807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B807

Black with #80B807

Text Example


Text Example

White with #80B807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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