#75AC29

Color #75AC29 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #75AC29

Tints of Lima #75AC29

Color information

#75AC29 (or 0x75AC29) is unknown color: approx Lima. HEX triplet: 75, AC and 29. RGB value is (117,172,41). Sum of RGB (Red+Green+Blue) = 117+172+41=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AC29 is #8A53D6. Grayscale: #8D8D8D. Windows color (decimal): -9065431 or 2731125. OLE color: 2731125.

HSL color Cylindrical-coordinate representation of color #75AC29: hue angle of 85.19º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75AC29 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB11717241-
CMYK0.3200.760.33
HSL85.19º61.5%41.76%-
HSV(B)85.19º76.16%67.45%-
XYZ22.4933.457.37-
YUV140.6271.78111.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 172 (67.58% from 255) = 52.12%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=35.45%
G=52.12%
B=12.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117172410.3200.760.3385.1961.541.76
Hex75AC292004C21553e2a
Octal16525451400114411257652
Binary111010110101100101001100000010011001000011010101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75AC29; }

 p { color: rgb(117,172,41); }

 H1.HeaderClassName
 {
   color: #75AC29;
 }
 .AnyTagClassName
 {
   color: #75AC29;
 }
</style>
background-color css

<style>
 a { background-color: #75AC29; }

 a { background-color: rgb(117,172,41); }

 div.DivClassName
 {
   background-color: #75AC29;
 }
 .BgClassName
 {
   background-color: #75AC29;
 }
</style>
border-color css

<style>
 span { border-color: #75AC29; }

 span { border-color: rgb(117,172,41); }

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