Shades of Conifer #AFD365
Tints of Conifer #AFD365
RGB
CMYK
RGB Variations
Color information
#AFD365 (or 0xAFD365) is known color: Conifer. HEX triplet: AF, D3 and 65. RGB value is (175,211,101). Sum of RGB (Red+Green+Blue) = 175+211+101=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD365 is #502C9A. Grayscale: #BCBCBC. Windows color (decimal): -5254299 or 6673327. OLE color: 6673327.
HSL color Cylindrical-coordinate representation of color #AFD365: hue angle of 79.64º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFD365 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 101 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.17 |
| HSL | 79.64º | 0.56% | 0.61% | - |
| HSV(B) | 79.64º | 0.52% | 0.83% | - |
| XYZ | 43.32 | 56.64 | 20.96 | - |
| YUV | 187.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 101 | 0.17 | 0 | 0.52 | 0.17 | 79.64 | 0.56 | 0.61 |
| Hex | AF | D3 | 65 | 11 | 0 | 34 | 11 | 50 | 38 | 3D |
| Octal | 257 | 323 | 145 | 21 | 0 | 64 | 21 | 120 | 70 | 75 |
| Binary | 10101111 | 11010011 | 1100101 | 10001 | 0 | 110100 | 10001 | 1010000 | 111000 | 111101 |
Color Harmonies of #AFD365
Complementary color
Monochromatic Colors of #AFD365
Black with #AFD365
Text Example
Text Example
White with #AFD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD365; }
p { color: rgb(175,211,101); }
H1.HeaderClassName
{
color: #AFD365;
}
.AnyTagClassName
{
color: #AFD365;
}
</style>
background-color css
<style>
a { background-color: #AFD365; }
a { background-color: rgb(175,211,101); }
div.DivClassName
{
background-color: #AFD365;
}
.BgClassName
{
background-color: #AFD365;
}
</style>
border-color css
<style>
span { border-color: #AFD365; }
span { border-color: rgb(175,211,101); }
td.TdClassName
{
border-color: #AFD365;
}
.TagClassName
{
border-color: #AFD365;
}
</style>