Shades of Lima #71AF33
Tints of Lima #71AF33
RGB
CMYK
RGB Variations
Color information
#71AF33 (or 0x71AF33) is known color: Lima. HEX triplet: 71, AF and 33. RGB value is (113,175,51). Sum of RGB (Red+Green+Blue) = 113+175+51=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AF33 is #8E50CC. Grayscale: #8E8E8E. Windows color (decimal): -9326797 or 3387249. OLE color: 3387249.
HSL color Cylindrical-coordinate representation of color #71AF33: hue angle of 90º degrees, saturation: 0.55, 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 #71AF33 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 175 | 51 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.31 |
| HSL | 90º | 0.55% | 0.44% | - |
| HSV(B) | 90º | 0.71% | 0.69% | - |
| XYZ | 22.74 | 34.41 | 8.58 | - |
| YUV | 142.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 51 | 0.35 | 0 | 0.71 | 0.31 | 90 | 0.55 | 0.44 |
| Hex | 71 | AF | 33 | 23 | 0 | 47 | 1F | 5A | 37 | 2C |
| Octal | 161 | 257 | 63 | 43 | 0 | 107 | 37 | 132 | 67 | 54 |
| Binary | 1110001 | 10101111 | 110011 | 100011 | 0 | 1000111 | 11111 | 1011010 | 110111 | 101100 |
Color Harmonies of #71AF33
Complementary color
Monochromatic Colors of #71AF33
Black with #71AF33
Text Example
Text Example
White with #71AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AF33; }
p { color: rgb(113,175,51); }
H1.HeaderClassName
{
color: #71AF33;
}
.AnyTagClassName
{
color: #71AF33;
}
</style>
background-color css
<style>
a { background-color: #71AF33; }
a { background-color: rgb(113,175,51); }
div.DivClassName
{
background-color: #71AF33;
}
.BgClassName
{
background-color: #71AF33;
}
</style>
border-color css
<style>
span { border-color: #71AF33; }
span { border-color: rgb(113,175,51); }
td.TdClassName
{
border-color: #71AF33;
}
.TagClassName
{
border-color: #71AF33;
}
</style>