Shades of Conifer #AFDD67
Tints of Conifer #AFDD67
RGB
CMYK
RGB Variations
Color information
#AFDD67 (or 0xAFDD67) is known color: Conifer. HEX triplet: AF, DD and 67. RGB value is (175,221,103). Sum of RGB (Red+Green+Blue) = 175+221+103=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD67 is #502298. Grayscale: #C2C2C2. Windows color (decimal): -5251737 or 6806959. OLE color: 6806959.
HSL color Cylindrical-coordinate representation of color #AFDD67: hue angle of 83.39º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFDD67 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 103 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.13 |
| HSL | 83.39º | 0.63% | 0.64% | - |
| HSV(B) | 83.39º | 0.53% | 0.87% | - |
| XYZ | 45.98 | 61.81 | 22.34 | - |
| YUV | 193.79 | 76.76 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 103 | 0.21 | 0 | 0.53 | 0.13 | 83.39 | 0.63 | 0.64 |
| Hex | AF | DD | 67 | 15 | 0 | 35 | D | 53 | 3F | 40 |
| Octal | 257 | 335 | 147 | 25 | 0 | 65 | 15 | 123 | 77 | 100 |
| Binary | 10101111 | 11011101 | 1100111 | 10101 | 0 | 110101 | 1101 | 1010011 | 111111 | 1000000 |
Color Harmonies of #AFDD67
Complementary color
Monochromatic Colors of #AFDD67
Black with #AFDD67
Text Example
Text Example
White with #AFDD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD67; }
p { color: rgb(175,221,103); }
H1.HeaderClassName
{
color: #AFDD67;
}
.AnyTagClassName
{
color: #AFDD67;
}
</style>
background-color css
<style>
a { background-color: #AFDD67; }
a { background-color: rgb(175,221,103); }
div.DivClassName
{
background-color: #AFDD67;
}
.BgClassName
{
background-color: #AFDD67;
}
</style>
border-color css
<style>
span { border-color: #AFDD67; }
span { border-color: rgb(175,221,103); }
td.TdClassName
{
border-color: #AFDD67;
}
.TagClassName
{
border-color: #AFDD67;
}
</style>