Html Css Color HEX #80BD13 Lima

📋 copy color: '#80BD13'

red 128 ◦ green 189 ◦ blue 19

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

Shades of Lima #80BD13

Tints of Lima #80BD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.65%

R = 38.1%
G = 56.25%
B = 5.65%

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

#80BD13 (or 0x80BD13) is known color: Lima. HEX triplet: 80, BD and 13. RGB value is (128,189,19). Sum of RGB (Red+Green+Blue) = 128+189+19=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BD13 is #7F42EC. Grayscale: #989898. Windows color (decimal): -8340205 or 1293696. OLE color: 1293696.

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

Color convert

RGB 128 189 19 -
CMYK 0.32 0 0.90 0.26
HSL 81.53º 0.82% 0.41% -
HSV(B) 81.53º 0.9% 0.74% -
XYZ 27.22 41.03 7.1 -
YUV 151.38 53.29 111.32 -
System Red Green Blue C M Y K H S L
Decimal 128 189 19 0.32 0 0.90 0.26 81.53 0.82 0.41
Hex 80 BD 13 20 0 5A 1A 52 52 29
Octal 200 275 23 40 0 132 32 122 122 51
Binary 10000000 10111101 10011 100000 0 1011010 11010 1010010 1010010 101001

Color Harmonies of #80BD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD13

Black with #80BD13

Text Example


Text Example

White with #80BD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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