Html Css Color HEX #80BE0E Lima

📋 copy color: '#80BE0E'

red 128 ◦ green 190 ◦ blue 14

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

Shades of Lima #80BE0E

Tints of Lima #80BE0E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 57.23%

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

R = 38.55%
G = 57.23%
B = 4.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#80BE0E (or 0x80BE0E) is known color: Lima. HEX triplet: 80, BE and 0E. RGB value is (128,190,14). Sum of RGB (Red+Green+Blue) = 128+190+14=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BE0E is #7F41F1. Grayscale: #989898. Windows color (decimal): -8339954 or 966272. OLE color: 966272.

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

Color convert

RGB 128 190 14 -
CMYK 0.33 0 0.93 0.25
HSL 81.14º 0.86% 0.4% -
HSV(B) 81.14º 0.93% 0.75% -
XYZ 27.39 41.45 6.97 -
YUV 151.4 50.46 111.31 -
System Red Green Blue C M Y K H S L
Decimal 128 190 14 0.33 0 0.93 0.25 81.14 0.86 0.4
Hex 80 BE E 21 0 5D 19 51 56 28
Octal 200 276 16 41 0 135 31 121 126 50
Binary 10000000 10111110 1110 100001 0 1011101 11001 1010001 1010110 101000

Color Harmonies of #80BE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE0E

Black with #80BE0E

Text Example


Text Example

White with #80BE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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