Html Css Color HEX #80D310 Lima

📋 copy color: '#80D310'

red 128 ◦ green 211 ◦ blue 16

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

Shades of Lima #80D310

Tints of Lima #80D310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.44%

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 36.06%
G = 59.44%
B = 4.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#80D310 (or 0x80D310) is known color: Lima. HEX triplet: 80, D3 and 10. RGB value is (128,211,16). Sum of RGB (Red+Green+Blue) = 128+211+16=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 211 (82.81% from 255 or 59.44% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 211 - color contains mainly: green. Hex color #80D310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D310 is #7F2CEF. Grayscale: #A4A4A4. Windows color (decimal): -8334576 or 1102720. OLE color: 1102720.

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

Color convert

RGB 128 211 16 -
CMYK 0.39 0 0.92 0.17
HSL 85.54º 0.86% 0.45% -
HSV(B) 85.54º 0.92% 0.83% -
XYZ 32.29 51.22 8.67 -
YUV 163.95 44.5 102.36 -
System Red Green Blue C M Y K H S L
Decimal 128 211 16 0.39 0 0.92 0.17 85.54 0.86 0.45
Hex 80 D3 10 27 0 5C 11 56 56 2D
Octal 200 323 20 47 0 134 21 126 126 55
Binary 10000000 11010011 10000 100111 0 1011100 10001 1010110 1010110 101101

Color Harmonies of #80D310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D310

Black with #80D310

Text Example


Text Example

White with #80D310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,211,16); }

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

background-color css

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

 a { background-color: rgb(128,211,16); }

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

border-color css

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

 span { border-color: rgb(128,211,16); }

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