Shades of Conifer #AFD341
Tints of Conifer #AFD341
RGB
CMYK
RGB Variations
Color information
#AFD341 (or 0xAFD341) is known color: Conifer. HEX triplet: AF, D3 and 41. RGB value is (175,211,65). Sum of RGB (Red+Green+Blue) = 175+211+65=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD341 is #502CBE. Grayscale: #B8B8B8. Windows color (decimal): -5254335 or 4314031. OLE color: 4314031.
HSL color Cylindrical-coordinate representation of color #AFD341: hue angle of 74.79º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFD341 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 65 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.17 |
| HSL | 74.79º | 0.62% | 0.54% | - |
| HSV(B) | 74.79º | 0.69% | 0.83% | - |
| XYZ | 41.93 | 56.08 | 13.62 | - |
| YUV | 183.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 65 | 0.17 | 0 | 0.69 | 0.17 | 74.79 | 0.62 | 0.54 |
| Hex | AF | D3 | 41 | 11 | 0 | 45 | 11 | 4B | 3E | 36 |
| Octal | 257 | 323 | 101 | 21 | 0 | 105 | 21 | 113 | 76 | 66 |
| Binary | 10101111 | 11010011 | 1000001 | 10001 | 0 | 1000101 | 10001 | 1001011 | 111110 | 110110 |
Color Harmonies of #AFD341
Complementary color
Monochromatic Colors of #AFD341
Black with #AFD341
Text Example
Text Example
White with #AFD341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD341; }
p { color: rgb(175,211,65); }
H1.HeaderClassName
{
color: #AFD341;
}
.AnyTagClassName
{
color: #AFD341;
}
</style>
background-color css
<style>
a { background-color: #AFD341; }
a { background-color: rgb(175,211,65); }
div.DivClassName
{
background-color: #AFD341;
}
.BgClassName
{
background-color: #AFD341;
}
</style>
border-color css
<style>
span { border-color: #AFD341; }
span { border-color: rgb(175,211,65); }
td.TdClassName
{
border-color: #AFD341;
}
.TagClassName
{
border-color: #AFD341;
}
</style>