Shades of Conifer #AFE857
Tints of Conifer #AFE857
RGB
CMYK
RGB Variations
Color information
#AFE857 (or 0xAFE857) is known color: Conifer. HEX triplet: AF, E8 and 57. RGB value is (175,232,87). Sum of RGB (Red+Green+Blue) = 175+232+87=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE857 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE857 is #5017A8. Grayscale: #C6C6C6. Windows color (decimal): -5248937 or 5761199. OLE color: 5761199.
HSL color Cylindrical-coordinate representation of color #AFE857: hue angle of 83.59º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFE857 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 87 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.09 |
| HSL | 83.59º | 0.76% | 0.63% | - |
| HSV(B) | 83.59º | 0.63% | 0.91% | - |
| XYZ | 48.26 | 67.52 | 19.51 | - |
| YUV | 198.43 | 65.12 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 87 | 0.25 | 0 | 0.62 | 0.09 | 83.59 | 0.76 | 0.63 |
| Hex | AF | E8 | 57 | 19 | 0 | 3E | 9 | 54 | 4C | 3F |
| Octal | 257 | 350 | 127 | 31 | 0 | 76 | 11 | 124 | 114 | 77 |
| Binary | 10101111 | 11101000 | 1010111 | 11001 | 0 | 111110 | 1001 | 1010100 | 1001100 | 111111 |
Color Harmonies of #AFE857
Complementary color
Monochromatic Colors of #AFE857
Black with #AFE857
Text Example
Text Example
White with #AFE857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE857; }
p { color: rgb(175,232,87); }
H1.HeaderClassName
{
color: #AFE857;
}
.AnyTagClassName
{
color: #AFE857;
}
</style>
background-color css
<style>
a { background-color: #AFE857; }
a { background-color: rgb(175,232,87); }
div.DivClassName
{
background-color: #AFE857;
}
.BgClassName
{
background-color: #AFE857;
}
</style>
border-color css
<style>
span { border-color: #AFE857; }
span { border-color: rgb(175,232,87); }
td.TdClassName
{
border-color: #AFE857;
}
.TagClassName
{
border-color: #AFE857;
}
</style>