Shades of Conifer #AFE749
Tints of Conifer #AFE749
RGB
CMYK
RGB Variations
Color information
#AFE749 (or 0xAFE749) is known color: Conifer. HEX triplet: AF, E7 and 49. RGB value is (175,231,73). Sum of RGB (Red+Green+Blue) = 175+231+73=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE749 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE749 is #5018B6. Grayscale: #C4C4C4. Windows color (decimal): -5249207 or 4843439. OLE color: 4843439.
HSL color Cylindrical-coordinate representation of color #AFE749: hue angle of 81.27º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFE749 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 73 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.09 |
| HSL | 81.27º | 0.77% | 0.6% | - |
| HSV(B) | 81.27º | 0.68% | 0.91% | - |
| XYZ | 47.46 | 66.75 | 16.69 | - |
| YUV | 196.24 | 58.45 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 73 | 0.24 | 0 | 0.68 | 0.09 | 81.27 | 0.77 | 0.6 |
| Hex | AF | E7 | 49 | 18 | 0 | 44 | 9 | 51 | 4D | 3C |
| Octal | 257 | 347 | 111 | 30 | 0 | 104 | 11 | 121 | 115 | 74 |
| Binary | 10101111 | 11100111 | 1001001 | 11000 | 0 | 1000100 | 1001 | 1010001 | 1001101 | 111100 |
Color Harmonies of #AFE749
Complementary color
Monochromatic Colors of #AFE749
Black with #AFE749
Text Example
Text Example
White with #AFE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE749; }
p { color: rgb(175,231,73); }
H1.HeaderClassName
{
color: #AFE749;
}
.AnyTagClassName
{
color: #AFE749;
}
</style>
background-color css
<style>
a { background-color: #AFE749; }
a { background-color: rgb(175,231,73); }
div.DivClassName
{
background-color: #AFE749;
}
.BgClassName
{
background-color: #AFE749;
}
</style>
border-color css
<style>
span { border-color: #AFE749; }
span { border-color: rgb(175,231,73); }
td.TdClassName
{
border-color: #AFE749;
}
.TagClassName
{
border-color: #AFE749;
}
</style>