Html Css Color HEX #80C729 Lima

📋 copy color: '#80C729'

red 128 ◦ green 199 ◦ blue 41

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

Shades of Lima #80C729

Tints of Lima #80C729

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.08%

 BLUE value IS 41 (16.41% from 255) = 11.14%

R = 34.78%
G = 54.08%
B = 11.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#80C729 (or 0x80C729) is known color: Lima. HEX triplet: 80, C7 and 29. RGB value is (128,199,41). Sum of RGB (Red+Green+Blue) = 128+199+41=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 199 (78.12% from 255 or 54.08% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 199 - color contains mainly: green. Hex color #80C729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C729 is #7F38D6. Grayscale: #A0A0A0. Windows color (decimal): -8337623 or 2738048. OLE color: 2738048.

HSL color Cylindrical-coordinate representation of color #80C729: hue angle of 86.96º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80C729 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 199 41 -
CMYK 0.36 0 0.79 0.22
HSL 86.96º 0.66% 0.47% -
HSV(B) 86.96º 0.79% 0.78% -
XYZ 29.73 45.6 9.33 -
YUV 159.76 60.98 105.35 -
System Red Green Blue C M Y K H S L
Decimal 128 199 41 0.36 0 0.79 0.22 86.96 0.66 0.47
Hex 80 C7 29 24 0 4F 16 57 42 2F
Octal 200 307 51 44 0 117 26 127 102 57
Binary 10000000 11000111 101001 100100 0 1001111 10110 1010111 1000010 101111

Color Harmonies of #80C729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C729

Black with #80C729

Text Example


Text Example

White with #80C729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,199,41); }

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

background-color css

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

 a { background-color: rgb(128,199,41); }

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

border-color css

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

 span { border-color: rgb(128,199,41); }

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