Shades of Conifer #AFD355
Tints of Conifer #AFD355
RGB
CMYK
RGB Variations
Color information
#AFD355 (or 0xAFD355) is known color: Conifer. HEX triplet: AF, D3 and 55. RGB value is (175,211,85). Sum of RGB (Red+Green+Blue) = 175+211+85=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD355 is #502CAA. Grayscale: #BABABA. Windows color (decimal): -5254315 or 5624751. OLE color: 5624751.
HSL color Cylindrical-coordinate representation of color #AFD355: hue angle of 77.14º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFD355 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 85 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.17 |
| HSL | 77.14º | 0.59% | 0.58% | - |
| HSV(B) | 77.14º | 0.6% | 0.83% | - |
| XYZ | 42.61 | 56.36 | 17.23 | - |
| YUV | 185.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 85 | 0.17 | 0 | 0.60 | 0.17 | 77.14 | 0.59 | 0.58 |
| Hex | AF | D3 | 55 | 11 | 0 | 3C | 11 | 4D | 3B | 3A |
| Octal | 257 | 323 | 125 | 21 | 0 | 74 | 21 | 115 | 73 | 72 |
| Binary | 10101111 | 11010011 | 1010101 | 10001 | 0 | 111100 | 10001 | 1001101 | 111011 | 111010 |
Color Harmonies of #AFD355
Complementary color
Monochromatic Colors of #AFD355
Black with #AFD355
Text Example
Text Example
White with #AFD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD355; }
p { color: rgb(175,211,85); }
H1.HeaderClassName
{
color: #AFD355;
}
.AnyTagClassName
{
color: #AFD355;
}
</style>
background-color css
<style>
a { background-color: #AFD355; }
a { background-color: rgb(175,211,85); }
div.DivClassName
{
background-color: #AFD355;
}
.BgClassName
{
background-color: #AFD355;
}
</style>
border-color css
<style>
span { border-color: #AFD355; }
span { border-color: rgb(175,211,85); }
td.TdClassName
{
border-color: #AFD355;
}
.TagClassName
{
border-color: #AFD355;
}
</style>