Shades of Conifer #AFDB45
Tints of Conifer #AFDB45
RGB
CMYK
RGB Variations
Color information
#AFDB45 (or 0xAFDB45) is known color: Conifer. HEX triplet: AF, DB and 45. RGB value is (175,219,69). Sum of RGB (Red+Green+Blue) = 175+219+69=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB45 is #5024BA. Grayscale: #BDBDBD. Windows color (decimal): -5252283 or 4578223. OLE color: 4578223.
HSL color Cylindrical-coordinate representation of color #AFDB45: hue angle of 77.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFDB45 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 69 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.14 |
| HSL | 77.6º | 0.68% | 0.56% | - |
| HSV(B) | 77.6º | 0.68% | 0.86% | - |
| XYZ | 44.08 | 60.21 | 14.93 | - |
| YUV | 188.74 | 60.42 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 69 | 0.20 | 0 | 0.68 | 0.14 | 77.6 | 0.68 | 0.56 |
| Hex | AF | DB | 45 | 14 | 0 | 44 | E | 4E | 44 | 38 |
| Octal | 257 | 333 | 105 | 24 | 0 | 104 | 16 | 116 | 104 | 70 |
| Binary | 10101111 | 11011011 | 1000101 | 10100 | 0 | 1000100 | 1110 | 1001110 | 1000100 | 111000 |
Color Harmonies of #AFDB45
Complementary color
Monochromatic Colors of #AFDB45
Black with #AFDB45
Text Example
Text Example
White with #AFDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB45; }
p { color: rgb(175,219,69); }
H1.HeaderClassName
{
color: #AFDB45;
}
.AnyTagClassName
{
color: #AFDB45;
}
</style>
background-color css
<style>
a { background-color: #AFDB45; }
a { background-color: rgb(175,219,69); }
div.DivClassName
{
background-color: #AFDB45;
}
.BgClassName
{
background-color: #AFDB45;
}
</style>
border-color css
<style>
span { border-color: #AFDB45; }
span { border-color: rgb(175,219,69); }
td.TdClassName
{
border-color: #AFDB45;
}
.TagClassName
{
border-color: #AFDB45;
}
</style>