Shades of Conifer #AFE745
Tints of Conifer #AFE745
RGB
CMYK
RGB Variations
Color information
#AFE745 (or 0xAFE745) is known color: Conifer. HEX triplet: AF, E7 and 45. RGB value is (175,231,69). Sum of RGB (Red+Green+Blue) = 175+231+69=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE745 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE745 is #5018BA. Grayscale: #C4C4C4. Windows color (decimal): -5249211 or 4581295. OLE color: 4581295.
HSL color Cylindrical-coordinate representation of color #AFE745: hue angle of 80.74º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFE745 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 69 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.09 |
| HSL | 80.74º | 0.77% | 0.59% | - |
| HSV(B) | 80.74º | 0.7% | 0.91% | - |
| XYZ | 47.33 | 66.7 | 16.01 | - |
| YUV | 195.79 | 56.45 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 69 | 0.24 | 0 | 0.70 | 0.09 | 80.74 | 0.77 | 0.59 |
| Hex | AF | E7 | 45 | 18 | 0 | 46 | 9 | 51 | 4D | 3B |
| Octal | 257 | 347 | 105 | 30 | 0 | 106 | 11 | 121 | 115 | 73 |
| Binary | 10101111 | 11100111 | 1000101 | 11000 | 0 | 1000110 | 1001 | 1010001 | 1001101 | 111011 |
Color Harmonies of #AFE745
Complementary color
Monochromatic Colors of #AFE745
Black with #AFE745
Text Example
Text Example
White with #AFE745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE745; }
p { color: rgb(175,231,69); }
H1.HeaderClassName
{
color: #AFE745;
}
.AnyTagClassName
{
color: #AFE745;
}
</style>
background-color css
<style>
a { background-color: #AFE745; }
a { background-color: rgb(175,231,69); }
div.DivClassName
{
background-color: #AFE745;
}
.BgClassName
{
background-color: #AFE745;
}
</style>
border-color css
<style>
span { border-color: #AFE745; }
span { border-color: rgb(175,231,69); }
td.TdClassName
{
border-color: #AFE745;
}
.TagClassName
{
border-color: #AFE745;
}
</style>