Shades of Conifer #AFDD60
Tints of Conifer #AFDD60
RGB
CMYK
RGB Variations
Color information
#AFDD60 (or 0xAFDD60) is known color: Conifer. HEX triplet: AF, DD and 60. RGB value is (175,221,96). Sum of RGB (Red+Green+Blue) = 175+221+96=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD60 is #50229F. Grayscale: #C1C1C1. Windows color (decimal): -5251744 or 6348207. OLE color: 6348207.
HSL color Cylindrical-coordinate representation of color #AFDD60: hue angle of 82.08º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFDD60 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 96 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.13 |
| HSL | 82.08º | 0.65% | 0.62% | - |
| HSV(B) | 82.08º | 0.57% | 0.87% | - |
| XYZ | 45.65 | 61.67 | 20.56 | - |
| YUV | 193 | 73.26 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 96 | 0.21 | 0 | 0.57 | 0.13 | 82.08 | 0.65 | 0.62 |
| Hex | AF | DD | 60 | 15 | 0 | 39 | D | 52 | 41 | 3E |
| Octal | 257 | 335 | 140 | 25 | 0 | 71 | 15 | 122 | 101 | 76 |
| Binary | 10101111 | 11011101 | 1100000 | 10101 | 0 | 111001 | 1101 | 1010010 | 1000001 | 111110 |
Color Harmonies of #AFDD60
Complementary color
Monochromatic Colors of #AFDD60
Black with #AFDD60
Text Example
Text Example
White with #AFDD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD60; }
p { color: rgb(175,221,96); }
H1.HeaderClassName
{
color: #AFDD60;
}
.AnyTagClassName
{
color: #AFDD60;
}
</style>
background-color css
<style>
a { background-color: #AFDD60; }
a { background-color: rgb(175,221,96); }
div.DivClassName
{
background-color: #AFDD60;
}
.BgClassName
{
background-color: #AFDD60;
}
</style>
border-color css
<style>
span { border-color: #AFDD60; }
span { border-color: rgb(175,221,96); }
td.TdClassName
{
border-color: #AFDD60;
}
.TagClassName
{
border-color: #AFDD60;
}
</style>