Shades of Conifer #AFD04D
Tints of Conifer #AFD04D
RGB
CMYK
RGB Variations
Color information
#AFD04D (or 0xAFD04D) is known color: Conifer. HEX triplet: AF, D0 and 4D. RGB value is (175,208,77). Sum of RGB (Red+Green+Blue) = 175+208+77=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD04D is #502FB2. Grayscale: #B7B7B7. Windows color (decimal): -5255091 or 5099695. OLE color: 5099695.
HSL color Cylindrical-coordinate representation of color #AFD04D: hue angle of 75.11º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFD04D is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 208 | 77 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.18 |
| HSL | 75.11º | 0.58% | 0.56% | - |
| HSV(B) | 75.11º | 0.63% | 0.82% | - |
| XYZ | 41.57 | 54.76 | 15.4 | - |
| YUV | 183.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 77 | 0.16 | 0 | 0.63 | 0.18 | 75.11 | 0.58 | 0.56 |
| Hex | AF | D0 | 4D | 10 | 0 | 3F | 12 | 4B | 3A | 38 |
| Octal | 257 | 320 | 115 | 20 | 0 | 77 | 22 | 113 | 72 | 70 |
| Binary | 10101111 | 11010000 | 1001101 | 10000 | 0 | 111111 | 10010 | 1001011 | 111010 | 111000 |
Color Harmonies of #AFD04D
Complementary color
Monochromatic Colors of #AFD04D
Black with #AFD04D
Text Example
Text Example
White with #AFD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD04D; }
p { color: rgb(175,208,77); }
H1.HeaderClassName
{
color: #AFD04D;
}
.AnyTagClassName
{
color: #AFD04D;
}
</style>
background-color css
<style>
a { background-color: #AFD04D; }
a { background-color: rgb(175,208,77); }
div.DivClassName
{
background-color: #AFD04D;
}
.BgClassName
{
background-color: #AFD04D;
}
</style>
border-color css
<style>
span { border-color: #AFD04D; }
span { border-color: rgb(175,208,77); }
td.TdClassName
{
border-color: #AFD04D;
}
.TagClassName
{
border-color: #AFD04D;
}
</style>