Shades of Conifer #AFD343
Tints of Conifer #AFD343
RGB
CMYK
RGB Variations
Color information
#AFD343 (or 0xAFD343) is known color: Conifer. HEX triplet: AF, D3 and 43. RGB value is (175,211,67). Sum of RGB (Red+Green+Blue) = 175+211+67=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 67 (26.56% from 255 or 14.79% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD343 is #502CBC. Grayscale: #B8B8B8. Windows color (decimal): -5254333 or 4445103. OLE color: 4445103.
HSL color Cylindrical-coordinate representation of color #AFD343: hue angle of 75º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFD343 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 67 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.17 |
| HSL | 75º | 0.62% | 0.55% | - |
| HSV(B) | 75º | 0.68% | 0.83% | - |
| XYZ | 41.99 | 56.11 | 13.93 | - |
| YUV | 183.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 67 | 0.17 | 0 | 0.68 | 0.17 | 75 | 0.62 | 0.55 |
| Hex | AF | D3 | 43 | 11 | 0 | 44 | 11 | 4B | 3E | 37 |
| Octal | 257 | 323 | 103 | 21 | 0 | 104 | 21 | 113 | 76 | 67 |
| Binary | 10101111 | 11010011 | 1000011 | 10001 | 0 | 1000100 | 10001 | 1001011 | 111110 | 110111 |
Color Harmonies of #AFD343
Complementary color
Monochromatic Colors of #AFD343
Black with #AFD343
Text Example
Text Example
White with #AFD343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD343; }
p { color: rgb(175,211,67); }
H1.HeaderClassName
{
color: #AFD343;
}
.AnyTagClassName
{
color: #AFD343;
}
</style>
background-color css
<style>
a { background-color: #AFD343; }
a { background-color: rgb(175,211,67); }
div.DivClassName
{
background-color: #AFD343;
}
.BgClassName
{
background-color: #AFD343;
}
</style>
border-color css
<style>
span { border-color: #AFD343; }
span { border-color: rgb(175,211,67); }
td.TdClassName
{
border-color: #AFD343;
}
.TagClassName
{
border-color: #AFD343;
}
</style>