Html Css Color HEX #80C326 Lima

📋 copy color: '#80C326'

red 128 ◦ green 195 ◦ blue 38

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

Shades of Lima #80C326

Tints of Lima #80C326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.02%

 BLUE value IS 38 (15.23% from 255) = 10.53%

R = 35.46%
G = 54.02%
B = 10.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#80C326 (or 0x80C326) is known color: Lima. HEX triplet: 80, C3 and 26. RGB value is (128,195,38). Sum of RGB (Red+Green+Blue) = 128+195+38=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #80C326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C326 is #7F3CD9. Grayscale: #9D9D9D. Windows color (decimal): -8338650 or 2540416. OLE color: 2540416.

HSL color Cylindrical-coordinate representation of color #80C326: hue angle of 85.61º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80C326 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 38 -
CMYK 0.34 0 0.81 0.24
HSL 85.61º 0.67% 0.46% -
HSV(B) 85.61º 0.81% 0.76% -
XYZ 28.77 43.76 8.76 -
YUV 157.07 60.8 107.27 -
System Red Green Blue C M Y K H S L
Decimal 128 195 38 0.34 0 0.81 0.24 85.61 0.67 0.46
Hex 80 C3 26 22 0 51 18 56 43 2E
Octal 200 303 46 42 0 121 30 126 103 56
Binary 10000000 11000011 100110 100010 0 1010001 11000 1010110 1000011 101110

Color Harmonies of #80C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C326

Black with #80C326

Text Example


Text Example

White with #80C326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,195,38); }

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

background-color css

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

 a { background-color: rgb(128,195,38); }

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

border-color css

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

 span { border-color: rgb(128,195,38); }

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