Html Css Color HEX #80CA17 Lima

📋 copy color: '#80CA17'

red 128 ◦ green 202 ◦ blue 23

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

Shades of Lima #80CA17

Tints of Lima #80CA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.52%

R = 36.26%
G = 57.22%
B = 6.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#80CA17 (or 0x80CA17) is known color: Lima. HEX triplet: 80, CA and 17. RGB value is (128,202,23). Sum of RGB (Red+Green+Blue) = 128+202+23=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CA17 is #7F35E8. Grayscale: #A0A0A0. Windows color (decimal): -8336873 or 1559168. OLE color: 1559168.

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

Color convert

RGB 128 202 23 -
CMYK 0.37 0 0.89 0.21
HSL 84.8º 0.8% 0.44% -
HSV(B) 84.8º 0.89% 0.79% -
XYZ 30.18 46.89 8.27 -
YUV 159.47 50.98 105.55 -
System Red Green Blue C M Y K H S L
Decimal 128 202 23 0.37 0 0.89 0.21 84.8 0.8 0.44
Hex 80 CA 17 25 0 59 15 55 50 2C
Octal 200 312 27 45 0 131 25 125 120 54
Binary 10000000 11001010 10111 100101 0 1011001 10101 1010101 1010000 101100

Color Harmonies of #80CA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA17

Black with #80CA17

Text Example


Text Example

White with #80CA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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