Html Css Color HEX #80BB0F Lima

📋 copy color: '#80BB0F'

red 128 ◦ green 187 ◦ blue 15

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

Shades of Lima #80BB0F

Tints of Lima #80BB0F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.67%

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

R = 38.79%
G = 56.67%
B = 4.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#80BB0F (or 0x80BB0F) is known color: Lima. HEX triplet: 80, BB and 0F. RGB value is (128,187,15). Sum of RGB (Red+Green+Blue) = 128+187+15=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BB0F is #7F44F0. Grayscale: #969696. Windows color (decimal): -8340721 or 1031040. OLE color: 1031040.

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

Color convert

RGB 128 187 15 -
CMYK 0.32 0 0.92 0.27
HSL 80.58º 0.85% 0.4% -
HSV(B) 80.58º 0.92% 0.73% -
XYZ 26.76 40.16 6.79 -
YUV 149.75 51.95 112.49 -
System Red Green Blue C M Y K H S L
Decimal 128 187 15 0.32 0 0.92 0.27 80.58 0.85 0.4
Hex 80 BB F 20 0 5C 1B 51 55 28
Octal 200 273 17 40 0 134 33 121 125 50
Binary 10000000 10111011 1111 100000 0 1011100 11011 1010001 1010101 101000

Color Harmonies of #80BB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB0F

Black with #80BB0F

Text Example


Text Example

White with #80BB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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