Shades of Conifer #AFDD61
Tints of Conifer #AFDD61
RGB
CMYK
RGB Variations
Color information
#AFDD61 (or 0xAFDD61) is known color: Conifer. HEX triplet: AF, DD and 61. RGB value is (175,221,97). Sum of RGB (Red+Green+Blue) = 175+221+97=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD61 is #50229E. Grayscale: #C1C1C1. Windows color (decimal): -5251743 or 6413743. OLE color: 6413743.
HSL color Cylindrical-coordinate representation of color #AFDD61: hue angle of 82.26º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFDD61 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 97 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.13 |
| HSL | 82.26º | 0.65% | 0.62% | - |
| HSV(B) | 82.26º | 0.56% | 0.87% | - |
| XYZ | 45.69 | 61.69 | 20.81 | - |
| YUV | 193.11 | 73.76 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 97 | 0.21 | 0 | 0.56 | 0.13 | 82.26 | 0.65 | 0.62 |
| Hex | AF | DD | 61 | 15 | 0 | 38 | D | 52 | 41 | 3E |
| Octal | 257 | 335 | 141 | 25 | 0 | 70 | 15 | 122 | 101 | 76 |
| Binary | 10101111 | 11011101 | 1100001 | 10101 | 0 | 111000 | 1101 | 1010010 | 1000001 | 111110 |
Color Harmonies of #AFDD61
Complementary color
Monochromatic Colors of #AFDD61
Black with #AFDD61
Text Example
Text Example
White with #AFDD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD61; }
p { color: rgb(175,221,97); }
H1.HeaderClassName
{
color: #AFDD61;
}
.AnyTagClassName
{
color: #AFDD61;
}
</style>
background-color css
<style>
a { background-color: #AFDD61; }
a { background-color: rgb(175,221,97); }
div.DivClassName
{
background-color: #AFDD61;
}
.BgClassName
{
background-color: #AFDD61;
}
</style>
border-color css
<style>
span { border-color: #AFDD61; }
span { border-color: rgb(175,221,97); }
td.TdClassName
{
border-color: #AFDD61;
}
.TagClassName
{
border-color: #AFDD61;
}
</style>