Shades of Lima #74AF32
Tints of Lima #74AF32
RGB
CMYK
RGB Variations
Color information
#74AF32 (or 0x74AF32) is known color: Lima. HEX triplet: 74, AF and 32. RGB value is (116,175,50). Sum of RGB (Red+Green+Blue) = 116+175+50=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF32 is #8B50CD. Grayscale: #8F8F8F. Windows color (decimal): -9130190 or 3321716. OLE color: 3321716.
HSL color Cylindrical-coordinate representation of color #74AF32: hue angle of 88.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74AF32 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 50 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.31 |
| HSL | 88.32º | 0.56% | 0.44% | - |
| HSV(B) | 88.32º | 0.71% | 0.69% | - |
| XYZ | 23.11 | 34.6 | 8.48 | - |
| YUV | 143.11 | 75.45 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 50 | 0.34 | 0 | 0.71 | 0.31 | 88.32 | 0.56 | 0.44 |
| Hex | 74 | AF | 32 | 22 | 0 | 47 | 1F | 58 | 38 | 2C |
| Octal | 164 | 257 | 62 | 42 | 0 | 107 | 37 | 130 | 70 | 54 |
| Binary | 1110100 | 10101111 | 110010 | 100010 | 0 | 1000111 | 11111 | 1011000 | 111000 | 101100 |
Color Harmonies of #74AF32
Complementary color
Monochromatic Colors of #74AF32
Black with #74AF32
Text Example
Text Example
White with #74AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF32; }
p { color: rgb(116,175,50); }
H1.HeaderClassName
{
color: #74AF32;
}
.AnyTagClassName
{
color: #74AF32;
}
</style>
background-color css
<style>
a { background-color: #74AF32; }
a { background-color: rgb(116,175,50); }
div.DivClassName
{
background-color: #74AF32;
}
.BgClassName
{
background-color: #74AF32;
}
</style>
border-color css
<style>
span { border-color: #74AF32; }
span { border-color: rgb(116,175,50); }
td.TdClassName
{
border-color: #74AF32;
}
.TagClassName
{
border-color: #74AF32;
}
</style>