Shades of Conifer #AFDB68
Tints of Conifer #AFDB68
RGB
CMYK
RGB Variations
Color information
#AFDB68 (or 0xAFDB68) is known color: Conifer. HEX triplet: AF, DB and 68. RGB value is (175,219,104). Sum of RGB (Red+Green+Blue) = 175+219+104=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB68 is #502497. Grayscale: #C1C1C1. Windows color (decimal): -5252248 or 6871983. OLE color: 6871983.
HSL color Cylindrical-coordinate representation of color #AFDB68: hue angle of 82.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFDB68 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 104 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.14 |
| HSL | 82.96º | 0.61% | 0.63% | - |
| HSV(B) | 82.96º | 0.53% | 0.86% | - |
| XYZ | 45.51 | 60.78 | 22.43 | - |
| YUV | 192.73 | 77.92 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 104 | 0.20 | 0 | 0.53 | 0.14 | 82.96 | 0.61 | 0.63 |
| Hex | AF | DB | 68 | 14 | 0 | 35 | E | 53 | 3D | 3F |
| Octal | 257 | 333 | 150 | 24 | 0 | 65 | 16 | 123 | 75 | 77 |
| Binary | 10101111 | 11011011 | 1101000 | 10100 | 0 | 110101 | 1110 | 1010011 | 111101 | 111111 |
Color Harmonies of #AFDB68
Complementary color
Monochromatic Colors of #AFDB68
Black with #AFDB68
Text Example
Text Example
White with #AFDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB68; }
p { color: rgb(175,219,104); }
H1.HeaderClassName
{
color: #AFDB68;
}
.AnyTagClassName
{
color: #AFDB68;
}
</style>
background-color css
<style>
a { background-color: #AFDB68; }
a { background-color: rgb(175,219,104); }
div.DivClassName
{
background-color: #AFDB68;
}
.BgClassName
{
background-color: #AFDB68;
}
</style>
border-color css
<style>
span { border-color: #AFDB68; }
span { border-color: rgb(175,219,104); }
td.TdClassName
{
border-color: #AFDB68;
}
.TagClassName
{
border-color: #AFDB68;
}
</style>