Shades of Conifer #AFDB69
Tints of Conifer #AFDB69
RGB
CMYK
RGB Variations
Color information
#AFDB69 (or 0xAFDB69) is known color: Conifer. HEX triplet: AF, DB and 69. RGB value is (175,219,105). Sum of RGB (Red+Green+Blue) = 175+219+105=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB69 is #502496. Grayscale: #C1C1C1. Windows color (decimal): -5252247 or 6937519. OLE color: 6937519.
HSL color Cylindrical-coordinate representation of color #AFDB69: hue angle of 83.16º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDB69 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 105 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.14 |
| HSL | 83.16º | 0.61% | 0.64% | - |
| HSV(B) | 83.16º | 0.52% | 0.86% | - |
| XYZ | 45.56 | 60.8 | 22.7 | - |
| YUV | 192.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 105 | 0.20 | 0 | 0.52 | 0.14 | 83.16 | 0.61 | 0.64 |
| Hex | AF | DB | 69 | 14 | 0 | 34 | E | 53 | 3D | 40 |
| Octal | 257 | 333 | 151 | 24 | 0 | 64 | 16 | 123 | 75 | 100 |
| Binary | 10101111 | 11011011 | 1101001 | 10100 | 0 | 110100 | 1110 | 1010011 | 111101 | 1000000 |
Color Harmonies of #AFDB69
Complementary color
Monochromatic Colors of #AFDB69
Black with #AFDB69
Text Example
Text Example
White with #AFDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB69; }
p { color: rgb(175,219,105); }
H1.HeaderClassName
{
color: #AFDB69;
}
.AnyTagClassName
{
color: #AFDB69;
}
</style>
background-color css
<style>
a { background-color: #AFDB69; }
a { background-color: rgb(175,219,105); }
div.DivClassName
{
background-color: #AFDB69;
}
.BgClassName
{
background-color: #AFDB69;
}
</style>
border-color css
<style>
span { border-color: #AFDB69; }
span { border-color: rgb(175,219,105); }
td.TdClassName
{
border-color: #AFDB69;
}
.TagClassName
{
border-color: #AFDB69;
}
</style>