Html Css Color HEX #80C215 Lima

📋 copy color: '#80C215'

red 128 ◦ green 194 ◦ blue 21

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

Shades of Lima #80C215

Tints of Lima #80C215

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.56%

 BLUE value IS 21 (8.59% from 255) = 6.12%

R = 37.32%
G = 56.56%
B = 6.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#80C215 (or 0x80C215) is known color: Lima. HEX triplet: 80, C2 and 15. RGB value is (128,194,21). Sum of RGB (Red+Green+Blue) = 128+194+21=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #80C215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C215 is #7F3DEA. Grayscale: #9B9B9B. Windows color (decimal): -8338923 or 1426048. OLE color: 1426048.

HSL color Cylindrical-coordinate representation of color #80C215: hue angle of 82.89º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80C215 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 194 21 -
CMYK 0.34 0 0.89 0.24
HSL 82.89º 0.8% 0.42% -
HSV(B) 82.89º 0.89% 0.76% -
XYZ 28.33 43.23 7.56 -
YUV 154.54 52.63 109.07 -
System Red Green Blue C M Y K H S L
Decimal 128 194 21 0.34 0 0.89 0.24 82.89 0.8 0.42
Hex 80 C2 15 22 0 59 18 53 50 2A
Octal 200 302 25 42 0 131 30 123 120 52
Binary 10000000 11000010 10101 100010 0 1011001 11000 1010011 1010000 101010

Color Harmonies of #80C215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C215

Black with #80C215

Text Example


Text Example

White with #80C215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,194,21); }

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

background-color css

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

 a { background-color: rgb(128,194,21); }

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

border-color css

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

 span { border-color: rgb(128,194,21); }

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