Shades of Caper #AFCB6F
Tints of Caper #AFCB6F
RGB
CMYK
RGB Variations
Color information
#AFCB6F (or 0xAFCB6F) is known color: Caper. HEX triplet: AF, CB and 6F. RGB value is (175,203,111). Sum of RGB (Red+Green+Blue) = 175+203+111=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB6F is #503490. Grayscale: #B8B8B8. Windows color (decimal): -5256337 or 7326639. OLE color: 7326639.
HSL color Cylindrical-coordinate representation of color #AFCB6F: hue angle of 78.26º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFCB6F is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 111 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.20 |
| HSL | 78.26º | 0.47% | 0.62% | - |
| HSV(B) | 78.26º | 0.45% | 0.8% | - |
| XYZ | 41.9 | 52.97 | 23.06 | - |
| YUV | 184.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 111 | 0.14 | 0 | 0.45 | 0.20 | 78.26 | 0.47 | 0.62 |
| Hex | AF | CB | 6F | E | 0 | 2D | 14 | 4E | 2F | 3E |
| Octal | 257 | 313 | 157 | 16 | 0 | 55 | 24 | 116 | 57 | 76 |
| Binary | 10101111 | 11001011 | 1101111 | 1110 | 0 | 101101 | 10100 | 1001110 | 101111 | 111110 |
Color Harmonies of #AFCB6F
Complementary color
Monochromatic Colors of #AFCB6F
Black with #AFCB6F
Text Example
Text Example
White with #AFCB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB6F; }
p { color: rgb(175,203,111); }
H1.HeaderClassName
{
color: #AFCB6F;
}
.AnyTagClassName
{
color: #AFCB6F;
}
</style>
background-color css
<style>
a { background-color: #AFCB6F; }
a { background-color: rgb(175,203,111); }
div.DivClassName
{
background-color: #AFCB6F;
}
.BgClassName
{
background-color: #AFCB6F;
}
</style>
border-color css
<style>
span { border-color: #AFCB6F; }
span { border-color: rgb(175,203,111); }
td.TdClassName
{
border-color: #AFCB6F;
}
.TagClassName
{
border-color: #AFCB6F;
}
</style>