Html Css Color HEX #80BA0F Lima

📋 copy color: '#80BA0F'

red 128 ◦ green 186 ◦ blue 15

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

Shades of Lima #80BA0F

Tints of Lima #80BA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.53%

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 38.91%
G = 56.53%
B = 4.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#80BA0F (or 0x80BA0F) is known color: Lima. HEX triplet: 80, BA and 0F. RGB value is (128,186,15). Sum of RGB (Red+Green+Blue) = 128+186+15=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BA0F is #7F45F0. Grayscale: #959595. Windows color (decimal): -8340977 or 1030784. OLE color: 1030784.

HSL color Cylindrical-coordinate representation of color #80BA0F: hue angle of 80.35º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80BA0F is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 15 -
CMYK 0.31 0 0.92 0.27
HSL 80.35º 0.85% 0.39% -
HSV(B) 80.35º 0.92% 0.73% -
XYZ 26.55 39.74 6.72 -
YUV 149.16 52.28 112.9 -
System Red Green Blue C M Y K H S L
Decimal 128 186 15 0.31 0 0.92 0.27 80.35 0.85 0.39
Hex 80 BA F 1F 0 5C 1B 50 55 27
Octal 200 272 17 37 0 134 33 120 125 47
Binary 10000000 10111010 1111 11111 0 1011100 11011 1010000 1010101 100111

Color Harmonies of #80BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA0F

Black with #80BA0F

Text Example


Text Example

White with #80BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,186,15); }

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

background-color css

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

 a { background-color: rgb(128,186,15); }

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

border-color css

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

 span { border-color: rgb(128,186,15); }

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