Html Css Color HEX #80D113 Lima

📋 copy color: '#80D113'

red 128 ◦ green 209 ◦ blue 19

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

Shades of Lima #80D113

Tints of Lima #80D113

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.71%

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

R = 35.96%
G = 58.71%
B = 5.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#80D113 (or 0x80D113) is known color: Lima. HEX triplet: 80, D1 and 13. RGB value is (128,209,19). Sum of RGB (Red+Green+Blue) = 128+209+19=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #80D113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D113 is #7F2EEC. Grayscale: #A3A3A3. Windows color (decimal): -8335085 or 1298816. OLE color: 1298816.

HSL color Cylindrical-coordinate representation of color #80D113: hue angle of 85.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80D113 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 209 19 -
CMYK 0.39 0 0.91 0.18
HSL 85.58º 0.83% 0.45% -
HSV(B) 85.58º 0.91% 0.82% -
XYZ 31.82 50.24 8.64 -
YUV 163.12 46.66 102.95 -
System Red Green Blue C M Y K H S L
Decimal 128 209 19 0.39 0 0.91 0.18 85.58 0.83 0.45
Hex 80 D1 13 27 0 5B 12 56 53 2D
Octal 200 321 23 47 0 133 22 126 123 55
Binary 10000000 11010001 10011 100111 0 1011011 10010 1010110 1010011 101101

Color Harmonies of #80D113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D113

Black with #80D113

Text Example


Text Example

White with #80D113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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