Shades of Conifer #AFE256
Tints of Conifer #AFE256
RGB
CMYK
RGB Variations
Color information
#AFE256 (or 0xAFE256) is known color: Conifer. HEX triplet: AF, E2 and 56. RGB value is (175,226,86). Sum of RGB (Red+Green+Blue) = 175+226+86=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE256 is #501DA9. Grayscale: #C3C3C3. Windows color (decimal): -5250474 or 5694127. OLE color: 5694127.
HSL color Cylindrical-coordinate representation of color #AFE256: hue angle of 81.86º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFE256 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 86 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.11 |
| HSL | 81.86º | 0.71% | 0.61% | - |
| HSV(B) | 81.86º | 0.62% | 0.89% | - |
| XYZ | 46.56 | 64.18 | 18.74 | - |
| YUV | 194.79 | 66.6 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 86 | 0.23 | 0 | 0.62 | 0.11 | 81.86 | 0.71 | 0.61 |
| Hex | AF | E2 | 56 | 17 | 0 | 3E | B | 52 | 47 | 3D |
| Octal | 257 | 342 | 126 | 27 | 0 | 76 | 13 | 122 | 107 | 75 |
| Binary | 10101111 | 11100010 | 1010110 | 10111 | 0 | 111110 | 1011 | 1010010 | 1000111 | 111101 |
Color Harmonies of #AFE256
Complementary color
Monochromatic Colors of #AFE256
Black with #AFE256
Text Example
Text Example
White with #AFE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE256; }
p { color: rgb(175,226,86); }
H1.HeaderClassName
{
color: #AFE256;
}
.AnyTagClassName
{
color: #AFE256;
}
</style>
background-color css
<style>
a { background-color: #AFE256; }
a { background-color: rgb(175,226,86); }
div.DivClassName
{
background-color: #AFE256;
}
.BgClassName
{
background-color: #AFE256;
}
</style>
border-color css
<style>
span { border-color: #AFE256; }
span { border-color: rgb(175,226,86); }
td.TdClassName
{
border-color: #AFE256;
}
.TagClassName
{
border-color: #AFE256;
}
</style>