Shades of Conifer #AFD748
Tints of Conifer #AFD748
RGB
CMYK
RGB Variations
Color information
#AFD748 (or 0xAFD748) is known color: Conifer. HEX triplet: AF, D7 and 48. RGB value is (175,215,72). Sum of RGB (Red+Green+Blue) = 175+215+72=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD748 is #5028B7. Grayscale: #BBBBBB. Windows color (decimal): -5253304 or 4773807. OLE color: 4773807.
HSL color Cylindrical-coordinate representation of color #AFD748: hue angle of 76.78º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFD748 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 215 | 72 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.16 |
| HSL | 76.78º | 0.64% | 0.56% | - |
| HSV(B) | 76.78º | 0.67% | 0.84% | - |
| XYZ | 43.15 | 58.18 | 15.09 | - |
| YUV | 186.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 215 | 72 | 0.19 | 0 | 0.67 | 0.16 | 76.78 | 0.64 | 0.56 |
| Hex | AF | D7 | 48 | 13 | 0 | 43 | 10 | 4D | 40 | 38 |
| Octal | 257 | 327 | 110 | 23 | 0 | 103 | 20 | 115 | 100 | 70 |
| Binary | 10101111 | 11010111 | 1001000 | 10011 | 0 | 1000011 | 10000 | 1001101 | 1000000 | 111000 |
Color Harmonies of #AFD748
Complementary color
Monochromatic Colors of #AFD748
Black with #AFD748
Text Example
Text Example
White with #AFD748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD748; }
p { color: rgb(175,215,72); }
H1.HeaderClassName
{
color: #AFD748;
}
.AnyTagClassName
{
color: #AFD748;
}
</style>
background-color css
<style>
a { background-color: #AFD748; }
a { background-color: rgb(175,215,72); }
div.DivClassName
{
background-color: #AFD748;
}
.BgClassName
{
background-color: #AFD748;
}
</style>
border-color css
<style>
span { border-color: #AFD748; }
span { border-color: rgb(175,215,72); }
td.TdClassName
{
border-color: #AFD748;
}
.TagClassName
{
border-color: #AFD748;
}
</style>