Html Css Color HEX #80BD11 Lima

📋 copy color: '#80BD11'

red 128 ◦ green 189 ◦ blue 17

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

Shades of Lima #80BD11

Tints of Lima #80BD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.59%

 BLUE value IS 17 (7.03% from 255) = 5.09%

R = 38.32%
G = 56.59%
B = 5.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#80BD11 (or 0x80BD11) is known color: Lima. HEX triplet: 80, BD and 11. RGB value is (128,189,17). Sum of RGB (Red+Green+Blue) = 128+189+17=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BD11 is #7F42EE. Grayscale: #979797. Windows color (decimal): -8340207 or 1162624. OLE color: 1162624.

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

Color convert

RGB 128 189 17 -
CMYK 0.32 0 0.91 0.26
HSL 81.28º 0.83% 0.4% -
HSV(B) 81.28º 0.91% 0.74% -
XYZ 27.2 41.02 7.02 -
YUV 151.15 52.29 111.49 -
System Red Green Blue C M Y K H S L
Decimal 128 189 17 0.32 0 0.91 0.26 81.28 0.83 0.4
Hex 80 BD 11 20 0 5B 1A 51 53 28
Octal 200 275 21 40 0 133 32 121 123 50
Binary 10000000 10111101 10001 100000 0 1011011 11010 1010001 1010011 101000

Color Harmonies of #80BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD11

Black with #80BD11

Text Example


Text Example

White with #80BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,17); }

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

background-color css

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

 a { background-color: rgb(128,189,17); }

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

border-color css

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

 span { border-color: rgb(128,189,17); }

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