Html Css Color HEX #80CD1A Lima

📋 copy color: '#80CD1A'

red 128 ◦ green 205 ◦ blue 26

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

Shades of Lima #80CD1A

Tints of Lima #80CD1A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.1%

 BLUE value IS 26 (10.55% from 255) = 7.24%

R = 35.65%
G = 57.1%
B = 7.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#80CD1A (or 0x80CD1A) is known color: Lima. HEX triplet: 80, CD and 1A. RGB value is (128,205,26). Sum of RGB (Red+Green+Blue) = 128+205+26=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CD1A is #7F32E5. Grayscale: #A2A2A2. Windows color (decimal): -8336102 or 1756544. OLE color: 1756544.

HSL color Cylindrical-coordinate representation of color #80CD1A: hue angle of 85.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80CD1A is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 205 26 -
CMYK 0.38 0 0.87 0.20
HSL 85.81º 0.77% 0.45% -
HSV(B) 85.81º 0.87% 0.8% -
XYZ 30.92 48.33 8.68 -
YUV 161.57 51.49 104.05 -
System Red Green Blue C M Y K H S L
Decimal 128 205 26 0.38 0 0.87 0.20 85.81 0.77 0.45
Hex 80 CD 1A 26 0 57 14 56 4D 2D
Octal 200 315 32 46 0 127 24 126 115 55
Binary 10000000 11001101 11010 100110 0 1010111 10100 1010110 1001101 101101

Color Harmonies of #80CD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD1A

Black with #80CD1A

Text Example


Text Example

White with #80CD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,205,26); }

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

background-color css

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

 a { background-color: rgb(128,205,26); }

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

border-color css

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

 span { border-color: rgb(128,205,26); }

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