Html Css Color HEX #80BC12 Lima

📋 copy color: '#80BC12'

red 128 ◦ green 188 ◦ blue 18

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

Shades of Lima #80BC12

Tints of Lima #80BC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 38.32%
G = 56.29%
B = 5.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#80BC12 (or 0x80BC12) is known color: Lima. HEX triplet: 80, BC and 12. RGB value is (128,188,18). Sum of RGB (Red+Green+Blue) = 128+188+18=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC12 is #7F43ED. Grayscale: #979797. Windows color (decimal): -8340462 or 1227904. OLE color: 1227904.

HSL color Cylindrical-coordinate representation of color #80BC12: hue angle of 81.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80BC12 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 18 -
CMYK 0.32 0 0.90 0.26
HSL 81.18º 0.83% 0.4% -
HSV(B) 81.18º 0.9% 0.74% -
XYZ 26.99 40.6 6.99 -
YUV 150.68 53.12 111.82 -
System Red Green Blue C M Y K H S L
Decimal 128 188 18 0.32 0 0.90 0.26 81.18 0.83 0.4
Hex 80 BC 12 20 0 5A 1A 51 53 28
Octal 200 274 22 40 0 132 32 121 123 50
Binary 10000000 10111100 10010 100000 0 1011010 11010 1010001 1010011 101000

Color Harmonies of #80BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC12

Black with #80BC12

Text Example


Text Example

White with #80BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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