Html Css Color HEX #80BC07 Lima

📋 copy color: '#80BC07'

red 128 ◦ green 188 ◦ blue 7

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

Shades of Lima #80BC07

Tints of Lima #80BC07

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.2%

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

R = 39.63%
G = 58.2%
B = 2.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#80BC07 (or 0x80BC07) is known color: Lima. HEX triplet: 80, BC and 07. RGB value is (128,188,7). Sum of RGB (Red+Green+Blue) = 128+188+7=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC07 is #7F43F8. Grayscale: #969696. Windows color (decimal): -8340473 or 507008. OLE color: 507008.

HSL color Cylindrical-coordinate representation of color #80BC07: hue angle of 79.89º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80BC07 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 7 -
CMYK 0.32 0 0.96 0.26
HSL 79.89º 0.93% 0.38% -
HSV(B) 79.89º 0.96% 0.74% -
XYZ 26.92 40.57 6.61 -
YUV 149.43 47.62 112.72 -
System Red Green Blue C M Y K H S L
Decimal 128 188 7 0.32 0 0.96 0.26 79.89 0.93 0.38
Hex 80 BC 7 20 0 60 1A 50 5D 26
Octal 200 274 7 40 0 140 32 120 135 46
Binary 10000000 10111100 111 100000 0 1100000 11010 1010000 1011101 100110

Color Harmonies of #80BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC07

Black with #80BC07

Text Example


Text Example

White with #80BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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