Shades of Conifer #AFCF5B
Tints of Conifer #AFCF5B
RGB
CMYK
RGB Variations
Color information
#AFCF5B (or 0xAFCF5B) is known color: Conifer. HEX triplet: AF, CF and 5B. RGB value is (175,207,91). Sum of RGB (Red+Green+Blue) = 175+207+91=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF5B is #5030A4. Grayscale: #B8B8B8. Windows color (decimal): -5255333 or 6016943. OLE color: 6016943.
HSL color Cylindrical-coordinate representation of color #AFCF5B: hue angle of 76.55º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFCF5B is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 91 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.19 |
| HSL | 76.55º | 0.55% | 0.58% | - |
| HSV(B) | 76.55º | 0.56% | 0.81% | - |
| XYZ | 41.88 | 54.49 | 18.21 | - |
| YUV | 184.21 | 75.4 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 91 | 0.15 | 0 | 0.56 | 0.19 | 76.55 | 0.55 | 0.58 |
| Hex | AF | CF | 5B | F | 0 | 38 | 13 | 4D | 37 | 3A |
| Octal | 257 | 317 | 133 | 17 | 0 | 70 | 23 | 115 | 67 | 72 |
| Binary | 10101111 | 11001111 | 1011011 | 1111 | 0 | 111000 | 10011 | 1001101 | 110111 | 111010 |
Color Harmonies of #AFCF5B
Complementary color
Monochromatic Colors of #AFCF5B
Black with #AFCF5B
Text Example
Text Example
White with #AFCF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF5B; }
p { color: rgb(175,207,91); }
H1.HeaderClassName
{
color: #AFCF5B;
}
.AnyTagClassName
{
color: #AFCF5B;
}
</style>
background-color css
<style>
a { background-color: #AFCF5B; }
a { background-color: rgb(175,207,91); }
div.DivClassName
{
background-color: #AFCF5B;
}
.BgClassName
{
background-color: #AFCF5B;
}
</style>
border-color css
<style>
span { border-color: #AFCF5B; }
span { border-color: rgb(175,207,91); }
td.TdClassName
{
border-color: #AFCF5B;
}
.TagClassName
{
border-color: #AFCF5B;
}
</style>