Shades of Conifer #AFD363
Tints of Conifer #AFD363
RGB
CMYK
RGB Variations
Color information
#AFD363 (or 0xAFD363) is known color: Conifer. HEX triplet: AF, D3 and 63. RGB value is (175,211,99). Sum of RGB (Red+Green+Blue) = 175+211+99=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD363 is #502C9C. Grayscale: #BBBBBB. Windows color (decimal): -5254301 or 6542255. OLE color: 6542255.
HSL color Cylindrical-coordinate representation of color #AFD363: hue angle of 79.29º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFD363 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 99 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.17 |
| HSL | 79.29º | 0.56% | 0.61% | - |
| HSV(B) | 79.29º | 0.53% | 0.83% | - |
| XYZ | 43.23 | 56.6 | 20.45 | - |
| YUV | 187.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 99 | 0.17 | 0 | 0.53 | 0.17 | 79.29 | 0.56 | 0.61 |
| Hex | AF | D3 | 63 | 11 | 0 | 35 | 11 | 4F | 38 | 3D |
| Octal | 257 | 323 | 143 | 21 | 0 | 65 | 21 | 117 | 70 | 75 |
| Binary | 10101111 | 11010011 | 1100011 | 10001 | 0 | 110101 | 10001 | 1001111 | 111000 | 111101 |
Color Harmonies of #AFD363
Complementary color
Monochromatic Colors of #AFD363
Black with #AFD363
Text Example
Text Example
White with #AFD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD363; }
p { color: rgb(175,211,99); }
H1.HeaderClassName
{
color: #AFD363;
}
.AnyTagClassName
{
color: #AFD363;
}
</style>
background-color css
<style>
a { background-color: #AFD363; }
a { background-color: rgb(175,211,99); }
div.DivClassName
{
background-color: #AFD363;
}
.BgClassName
{
background-color: #AFD363;
}
</style>
border-color css
<style>
span { border-color: #AFD363; }
span { border-color: rgb(175,211,99); }
td.TdClassName
{
border-color: #AFD363;
}
.TagClassName
{
border-color: #AFD363;
}
</style>