Shades of Caper #ADCF7B
Tints of Caper #ADCF7B
RGB
CMYK
RGB Variations
Color information
#ADCF7B (or 0xADCF7B) is known color: Caper. HEX triplet: AD, CF and 7B. RGB value is (173,207,123). Sum of RGB (Red+Green+Blue) = 173+207+123=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF7B is #523084. Grayscale: #BBBBBB. Windows color (decimal): -5386373 or 8114093. OLE color: 8114093.
HSL color Cylindrical-coordinate representation of color #ADCF7B: hue angle of 84.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADCF7B is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 123 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.19 |
| HSL | 84.29º | 0.47% | 0.65% | - |
| HSV(B) | 84.29º | 0.41% | 0.81% | - |
| XYZ | 43.12 | 54.94 | 27.07 | - |
| YUV | 187.26 | 91.74 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 123 | 0.16 | 0 | 0.41 | 0.19 | 84.29 | 0.47 | 0.65 |
| Hex | AD | CF | 7B | 10 | 0 | 29 | 13 | 54 | 2F | 41 |
| Octal | 255 | 317 | 173 | 20 | 0 | 51 | 23 | 124 | 57 | 101 |
| Binary | 10101101 | 11001111 | 1111011 | 10000 | 0 | 101001 | 10011 | 1010100 | 101111 | 1000001 |
Color Harmonies of #ADCF7B
Complementary color
Monochromatic Colors of #ADCF7B
Black with #ADCF7B
Text Example
Text Example
White with #ADCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF7B; }
p { color: rgb(173,207,123); }
H1.HeaderClassName
{
color: #ADCF7B;
}
.AnyTagClassName
{
color: #ADCF7B;
}
</style>
background-color css
<style>
a { background-color: #ADCF7B; }
a { background-color: rgb(173,207,123); }
div.DivClassName
{
background-color: #ADCF7B;
}
.BgClassName
{
background-color: #ADCF7B;
}
</style>
border-color css
<style>
span { border-color: #ADCF7B; }
span { border-color: rgb(173,207,123); }
td.TdClassName
{
border-color: #ADCF7B;
}
.TagClassName
{
border-color: #ADCF7B;
}
</style>