Shades of Conifer #AFDA45
Tints of Conifer #AFDA45
RGB
CMYK
RGB Variations
Color information
#AFDA45 (or 0xAFDA45) is known color: Conifer. HEX triplet: AF, DA and 45. RGB value is (175,218,69). Sum of RGB (Red+Green+Blue) = 175+218+69=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA45 is #5025BA. Grayscale: #BCBCBC. Windows color (decimal): -5252539 or 4577967. OLE color: 4577967.
HSL color Cylindrical-coordinate representation of color #AFDA45: hue angle of 77.32º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFDA45 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 69 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.15 |
| HSL | 77.32º | 0.67% | 0.56% | - |
| HSV(B) | 77.32º | 0.68% | 0.85% | - |
| XYZ | 43.82 | 59.69 | 14.84 | - |
| YUV | 188.16 | 60.75 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 69 | 0.20 | 0 | 0.68 | 0.15 | 77.32 | 0.67 | 0.56 |
| Hex | AF | DA | 45 | 14 | 0 | 44 | F | 4D | 43 | 38 |
| Octal | 257 | 332 | 105 | 24 | 0 | 104 | 17 | 115 | 103 | 70 |
| Binary | 10101111 | 11011010 | 1000101 | 10100 | 0 | 1000100 | 1111 | 1001101 | 1000011 | 111000 |
Color Harmonies of #AFDA45
Complementary color
Monochromatic Colors of #AFDA45
Black with #AFDA45
Text Example
Text Example
White with #AFDA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA45; }
p { color: rgb(175,218,69); }
H1.HeaderClassName
{
color: #AFDA45;
}
.AnyTagClassName
{
color: #AFDA45;
}
</style>
background-color css
<style>
a { background-color: #AFDA45; }
a { background-color: rgb(175,218,69); }
div.DivClassName
{
background-color: #AFDA45;
}
.BgClassName
{
background-color: #AFDA45;
}
</style>
border-color css
<style>
span { border-color: #AFDA45; }
span { border-color: rgb(175,218,69); }
td.TdClassName
{
border-color: #AFDA45;
}
.TagClassName
{
border-color: #AFDA45;
}
</style>