Html Css Color HEX #80BF0F Lima

📋 copy color: '#80BF0F'

red 128 ◦ green 191 ◦ blue 15

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

Shades of Lima #80BF0F

Tints of Lima #80BF0F

RGB

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

 GREEN value IS 191 (75% from 255) = 57.19%

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

R = 38.32%
G = 57.19%
B = 4.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#80BF0F (or 0x80BF0F) is known color: Lima. HEX triplet: 80, BF and 0F. RGB value is (128,191,15). Sum of RGB (Red+Green+Blue) = 128+191+15=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BF0F is #7F40F0. Grayscale: #989898. Windows color (decimal): -8339697 or 1032064. OLE color: 1032064.

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

Color convert

RGB 128 191 15 -
CMYK 0.33 0 0.92 0.25
HSL 81.48º 0.85% 0.4% -
HSV(B) 81.48º 0.92% 0.75% -
XYZ 27.62 41.89 7.08 -
YUV 152.1 50.63 110.81 -
System Red Green Blue C M Y K H S L
Decimal 128 191 15 0.33 0 0.92 0.25 81.48 0.85 0.4
Hex 80 BF F 21 0 5C 19 51 55 28
Octal 200 277 17 41 0 134 31 121 125 50
Binary 10000000 10111111 1111 100001 0 1011100 11001 1010001 1010101 101000

Color Harmonies of #80BF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF0F

Black with #80BF0F

Text Example


Text Example

White with #80BF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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