Html Css Color HEX #80BD0E Lima

📋 copy color: '#80BD0E'

red 128 ◦ green 189 ◦ blue 14

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

Shades of Lima #80BD0E

Tints of Lima #80BD0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.23%

R = 38.67%
G = 57.1%
B = 4.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#80BD0E (or 0x80BD0E) is known color: Lima. HEX triplet: 80, BD and 0E. RGB value is (128,189,14). Sum of RGB (Red+Green+Blue) = 128+189+14=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BD0E is #7F42F1. Grayscale: #979797. Windows color (decimal): -8340210 or 966016. OLE color: 966016.

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

Color convert

RGB 128 189 14 -
CMYK 0.32 0 0.93 0.26
HSL 80.91º 0.86% 0.4% -
HSV(B) 80.91º 0.93% 0.74% -
XYZ 27.18 41.02 6.9 -
YUV 150.81 50.79 111.73 -
System Red Green Blue C M Y K H S L
Decimal 128 189 14 0.32 0 0.93 0.26 80.91 0.86 0.4
Hex 80 BD E 20 0 5D 1A 51 56 28
Octal 200 275 16 40 0 135 32 121 126 50
Binary 10000000 10111101 1110 100000 0 1011101 11010 1010001 1010110 101000

Color Harmonies of #80BD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD0E

Black with #80BD0E

Text Example


Text Example

White with #80BD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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