Shades of Caper #ADD075
Tints of Caper #ADD075
RGB
CMYK
RGB Variations
Color information
#ADD075 (or 0xADD075) is known color: Caper. HEX triplet: AD, D0 and 75. RGB value is (173,208,117). Sum of RGB (Red+Green+Blue) = 173+208+117=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD075 is #522F8A. Grayscale: #BBBBBB. Windows color (decimal): -5386123 or 7721133. OLE color: 7721133.
HSL color Cylindrical-coordinate representation of color #ADD075: hue angle of 83.08º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADD075 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 117 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.18 |
| HSL | 83.08º | 0.49% | 0.64% | - |
| HSV(B) | 83.08º | 0.44% | 0.82% | - |
| XYZ | 43 | 55.28 | 25.23 | - |
| YUV | 187.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 117 | 0.17 | 0 | 0.44 | 0.18 | 83.08 | 0.49 | 0.64 |
| Hex | AD | D0 | 75 | 11 | 0 | 2C | 12 | 53 | 31 | 40 |
| Octal | 255 | 320 | 165 | 21 | 0 | 54 | 22 | 123 | 61 | 100 |
| Binary | 10101101 | 11010000 | 1110101 | 10001 | 0 | 101100 | 10010 | 1010011 | 110001 | 1000000 |
Color Harmonies of #ADD075
Complementary color
Monochromatic Colors of #ADD075
Black with #ADD075
Text Example
Text Example
White with #ADD075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD075; }
p { color: rgb(173,208,117); }
H1.HeaderClassName
{
color: #ADD075;
}
.AnyTagClassName
{
color: #ADD075;
}
</style>
background-color css
<style>
a { background-color: #ADD075; }
a { background-color: rgb(173,208,117); }
div.DivClassName
{
background-color: #ADD075;
}
.BgClassName
{
background-color: #ADD075;
}
</style>
border-color css
<style>
span { border-color: #ADD075; }
span { border-color: rgb(173,208,117); }
td.TdClassName
{
border-color: #ADD075;
}
.TagClassName
{
border-color: #ADD075;
}
</style>