Shades of Conifer #AFD250
Tints of Conifer #AFD250
RGB
CMYK
RGB Variations
Color information
#AFD250 (or 0xAFD250) is known color: Conifer. HEX triplet: AF, D2 and 50. RGB value is (175,210,80). Sum of RGB (Red+Green+Blue) = 175+210+80=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD250 is #502DAF. Grayscale: #B9B9B9. Windows color (decimal): -5254576 or 5296815. OLE color: 5296815.
HSL color Cylindrical-coordinate representation of color #AFD250: hue angle of 76.15º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFD250 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 80 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.18 |
| HSL | 76.15º | 0.59% | 0.57% | - |
| HSV(B) | 76.15º | 0.62% | 0.82% | - |
| XYZ | 42.17 | 55.79 | 16.13 | - |
| YUV | 184.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 80 | 0.17 | 0 | 0.62 | 0.18 | 76.15 | 0.59 | 0.57 |
| Hex | AF | D2 | 50 | 11 | 0 | 3E | 12 | 4C | 3B | 39 |
| Octal | 257 | 322 | 120 | 21 | 0 | 76 | 22 | 114 | 73 | 71 |
| Binary | 10101111 | 11010010 | 1010000 | 10001 | 0 | 111110 | 10010 | 1001100 | 111011 | 111001 |
Color Harmonies of #AFD250
Complementary color
Monochromatic Colors of #AFD250
Black with #AFD250
Text Example
Text Example
White with #AFD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD250; }
p { color: rgb(175,210,80); }
H1.HeaderClassName
{
color: #AFD250;
}
.AnyTagClassName
{
color: #AFD250;
}
</style>
background-color css
<style>
a { background-color: #AFD250; }
a { background-color: rgb(175,210,80); }
div.DivClassName
{
background-color: #AFD250;
}
.BgClassName
{
background-color: #AFD250;
}
</style>
border-color css
<style>
span { border-color: #AFD250; }
span { border-color: rgb(175,210,80); }
td.TdClassName
{
border-color: #AFD250;
}
.TagClassName
{
border-color: #AFD250;
}
</style>