Html Css Color HEX #80C00B Lima

📋 copy color: '#80C00B'

red 128 ◦ green 192 ◦ blue 11

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

Shades of Lima #80C00B

Tints of Lima #80C00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.01%

 BLUE value IS 11 (4.69% from 255) = 3.32%

R = 38.67%
G = 58.01%
B = 3.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#80C00B (or 0x80C00B) is known color: Lima. HEX triplet: 80, C0 and 0B. RGB value is (128,192,11). Sum of RGB (Red+Green+Blue) = 128+192+11=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #80C00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C00B is #7F3FF4. Grayscale: #989898. Windows color (decimal): -8339445 or 770176. OLE color: 770176.

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

Color convert

RGB 128 192 11 -
CMYK 0.33 0 0.94 0.25
HSL 81.22º 0.89% 0.4% -
HSV(B) 81.22º 0.94% 0.75% -
XYZ 27.81 42.31 7.02 -
YUV 152.23 48.3 110.72 -
System Red Green Blue C M Y K H S L
Decimal 128 192 11 0.33 0 0.94 0.25 81.22 0.89 0.4
Hex 80 C0 B 21 0 5E 19 51 59 28
Octal 200 300 13 41 0 136 31 121 131 50
Binary 10000000 11000000 1011 100001 0 1011110 11001 1010001 1011001 101000

Color Harmonies of #80C00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C00B

Black with #80C00B

Text Example


Text Example

White with #80C00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,11); }

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

background-color css

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

 a { background-color: rgb(128,192,11); }

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

border-color css

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

 span { border-color: rgb(128,192,11); }

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