Html Css Color HEX #80CA0C Lima

📋 copy color: '#80CA0C'

red 128 ◦ green 202 ◦ blue 12

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

Shades of Lima #80CA0C

Tints of Lima #80CA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.06%

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 37.43%
G = 59.06%
B = 3.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#80CA0C (or 0x80CA0C) is known color: Lima. HEX triplet: 80, CA and 0C. RGB value is (128,202,12). Sum of RGB (Red+Green+Blue) = 128+202+12=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CA0C is #7F35F3. Grayscale: #9E9E9E. Windows color (decimal): -8336884 or 838272. OLE color: 838272.

HSL color Cylindrical-coordinate representation of color #80CA0C: hue angle of 83.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80CA0C is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 202 12 -
CMYK 0.37 0 0.94 0.21
HSL 83.37º 0.89% 0.42% -
HSV(B) 83.37º 0.94% 0.79% -
XYZ 30.09 46.86 7.81 -
YUV 158.21 45.48 106.45 -
System Red Green Blue C M Y K H S L
Decimal 128 202 12 0.37 0 0.94 0.21 83.37 0.89 0.42
Hex 80 CA C 25 0 5E 15 53 59 2A
Octal 200 312 14 45 0 136 25 123 131 52
Binary 10000000 11001010 1100 100101 0 1011110 10101 1010011 1011001 101010

Color Harmonies of #80CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA0C

Black with #80CA0C

Text Example


Text Example

White with #80CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,202,12); }

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

background-color css

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

 a { background-color: rgb(128,202,12); }

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

border-color css

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

 span { border-color: rgb(128,202,12); }

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