Html Css Color HEX #80C013 Lima

📋 copy color: '#80C013'

red 128 ◦ green 192 ◦ blue 19

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

Shades of Lima #80C013

Tints of Lima #80C013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 37.76%
G = 56.64%
B = 5.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#80C013 (or 0x80C013) is known color: Lima. HEX triplet: 80, C0 and 13. RGB value is (128,192,19). Sum of RGB (Red+Green+Blue) = 128+192+19=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #80C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C013 is #7F3FEC. Grayscale: #999999. Windows color (decimal): -8339437 or 1294464. OLE color: 1294464.

HSL color Cylindrical-coordinate representation of color #80C013: hue angle of 82.2º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80C013 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 19 -
CMYK 0.33 0 0.90 0.25
HSL 82.2º 0.82% 0.41% -
HSV(B) 82.2º 0.9% 0.75% -
XYZ 27.87 42.34 7.32 -
YUV 153.14 52.3 110.07 -
System Red Green Blue C M Y K H S L
Decimal 128 192 19 0.33 0 0.90 0.25 82.2 0.82 0.41
Hex 80 C0 13 21 0 5A 19 52 52 29
Octal 200 300 23 41 0 132 31 122 122 51
Binary 10000000 11000000 10011 100001 0 1011010 11001 1010010 1010010 101001

Color Harmonies of #80C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C013

Black with #80C013

Text Example


Text Example

White with #80C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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