Shades of Conifer #AFDD45
Tints of Conifer #AFDD45
RGB
CMYK
RGB Variations
Color information
#AFDD45 (or 0xAFDD45) is known color: Conifer. HEX triplet: AF, DD and 45. RGB value is (175,221,69). Sum of RGB (Red+Green+Blue) = 175+221+69=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD45 is #5022BA. Grayscale: #BEBEBE. Windows color (decimal): -5251771 or 4578735. OLE color: 4578735.
HSL color Cylindrical-coordinate representation of color #AFDD45: hue angle of 78.16º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFDD45 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 69 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.13 |
| HSL | 78.16º | 0.69% | 0.57% | - |
| HSV(B) | 78.16º | 0.69% | 0.87% | - |
| XYZ | 44.61 | 61.26 | 15.1 | - |
| YUV | 189.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 69 | 0.21 | 0 | 0.69 | 0.13 | 78.16 | 0.69 | 0.57 |
| Hex | AF | DD | 45 | 15 | 0 | 45 | D | 4E | 45 | 39 |
| Octal | 257 | 335 | 105 | 25 | 0 | 105 | 15 | 116 | 105 | 71 |
| Binary | 10101111 | 11011101 | 1000101 | 10101 | 0 | 1000101 | 1101 | 1001110 | 1000101 | 111001 |
Color Harmonies of #AFDD45
Complementary color
Monochromatic Colors of #AFDD45
Black with #AFDD45
Text Example
Text Example
White with #AFDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD45; }
p { color: rgb(175,221,69); }
H1.HeaderClassName
{
color: #AFDD45;
}
.AnyTagClassName
{
color: #AFDD45;
}
</style>
background-color css
<style>
a { background-color: #AFDD45; }
a { background-color: rgb(175,221,69); }
div.DivClassName
{
background-color: #AFDD45;
}
.BgClassName
{
background-color: #AFDD45;
}
</style>
border-color css
<style>
span { border-color: #AFDD45; }
span { border-color: rgb(175,221,69); }
td.TdClassName
{
border-color: #AFDD45;
}
.TagClassName
{
border-color: #AFDD45;
}
</style>