Html Css Color HEX #80CE16 Lima

📋 copy color: '#80CE16'

red 128 ◦ green 206 ◦ blue 22

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

Shades of Lima #80CE16

Tints of Lima #80CE16

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.87%

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 35.96%
G = 57.87%
B = 6.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#80CE16 (or 0x80CE16) is known color: Lima. HEX triplet: 80, CE and 16. RGB value is (128,206,22). Sum of RGB (Red+Green+Blue) = 128+206+22=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CE16 is #7F31E9. Grayscale: #A2A2A2. Windows color (decimal): -8335850 or 1494656. OLE color: 1494656.

HSL color Cylindrical-coordinate representation of color #80CE16: hue angle of 85.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80CE16 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 22 -
CMYK 0.38 0 0.89 0.19
HSL 85.43º 0.81% 0.45% -
HSV(B) 85.43º 0.89% 0.81% -
XYZ 31.12 48.79 8.54 -
YUV 161.7 49.16 103.96 -
System Red Green Blue C M Y K H S L
Decimal 128 206 22 0.38 0 0.89 0.19 85.43 0.81 0.45
Hex 80 CE 16 26 0 59 13 55 51 2D
Octal 200 316 26 46 0 131 23 125 121 55
Binary 10000000 11001110 10110 100110 0 1011001 10011 1010101 1010001 101101

Color Harmonies of #80CE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE16

Black with #80CE16

Text Example


Text Example

White with #80CE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,22); }

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

background-color css

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

 a { background-color: rgb(128,206,22); }

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

border-color css

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

 span { border-color: rgb(128,206,22); }

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