Shades of Conifer #AFDB46
Tints of Conifer #AFDB46
RGB
CMYK
RGB Variations
Color information
#AFDB46 (or 0xAFDB46) is known color: Conifer. HEX triplet: AF, DB and 46. RGB value is (175,219,70). Sum of RGB (Red+Green+Blue) = 175+219+70=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB46 is #5024B9. Grayscale: #BDBDBD. Windows color (decimal): -5252282 or 4643759. OLE color: 4643759.
HSL color Cylindrical-coordinate representation of color #AFDB46: hue angle of 77.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFDB46 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 70 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.14 |
| HSL | 77.72º | 0.67% | 0.57% | - |
| HSV(B) | 77.72º | 0.68% | 0.86% | - |
| XYZ | 44.12 | 60.22 | 15.09 | - |
| YUV | 188.86 | 60.92 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 70 | 0.20 | 0 | 0.68 | 0.14 | 77.72 | 0.67 | 0.57 |
| Hex | AF | DB | 46 | 14 | 0 | 44 | E | 4E | 43 | 39 |
| Octal | 257 | 333 | 106 | 24 | 0 | 104 | 16 | 116 | 103 | 71 |
| Binary | 10101111 | 11011011 | 1000110 | 10100 | 0 | 1000100 | 1110 | 1001110 | 1000011 | 111001 |
Color Harmonies of #AFDB46
Complementary color
Monochromatic Colors of #AFDB46
Black with #AFDB46
Text Example
Text Example
White with #AFDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB46; }
p { color: rgb(175,219,70); }
H1.HeaderClassName
{
color: #AFDB46;
}
.AnyTagClassName
{
color: #AFDB46;
}
</style>
background-color css
<style>
a { background-color: #AFDB46; }
a { background-color: rgb(175,219,70); }
div.DivClassName
{
background-color: #AFDB46;
}
.BgClassName
{
background-color: #AFDB46;
}
</style>
border-color css
<style>
span { border-color: #AFDB46; }
span { border-color: rgb(175,219,70); }
td.TdClassName
{
border-color: #AFDB46;
}
.TagClassName
{
border-color: #AFDB46;
}
</style>