Shades of Caper #AFC272
Tints of Caper #AFC272
RGB
CMYK
RGB Variations
Color information
#AFC272 (or 0xAFC272) is known color: Caper. HEX triplet: AF, C2 and 72. RGB value is (175,194,114). Sum of RGB (Red+Green+Blue) = 175+194+114=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC272 is #503D8D. Grayscale: #B3B3B3. Windows color (decimal): -5258638 or 7520943. OLE color: 7520943.
HSL color Cylindrical-coordinate representation of color #AFC272: hue angle of 74.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFC272 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 114 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.24 |
| HSL | 74.25º | 0.4% | 0.6% | - |
| HSV(B) | 74.25º | 0.41% | 0.76% | - |
| XYZ | 40.01 | 48.91 | 23.25 | - |
| YUV | 179.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 114 | 0.10 | 0 | 0.41 | 0.24 | 74.25 | 0.4 | 0.6 |
| Hex | AF | C2 | 72 | A | 0 | 29 | 18 | 4A | 28 | 3C |
| Octal | 257 | 302 | 162 | 12 | 0 | 51 | 30 | 112 | 50 | 74 |
| Binary | 10101111 | 11000010 | 1110010 | 1010 | 0 | 101001 | 11000 | 1001010 | 101000 | 111100 |
Color Harmonies of #AFC272
Complementary color
Monochromatic Colors of #AFC272
Black with #AFC272
Text Example
Text Example
White with #AFC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC272; }
p { color: rgb(175,194,114); }
H1.HeaderClassName
{
color: #AFC272;
}
.AnyTagClassName
{
color: #AFC272;
}
</style>
background-color css
<style>
a { background-color: #AFC272; }
a { background-color: rgb(175,194,114); }
div.DivClassName
{
background-color: #AFC272;
}
.BgClassName
{
background-color: #AFC272;
}
</style>
border-color css
<style>
span { border-color: #AFC272; }
span { border-color: rgb(175,194,114); }
td.TdClassName
{
border-color: #AFC272;
}
.TagClassName
{
border-color: #AFC272;
}
</style>