Shades of Conifer #AFE356
Tints of Conifer #AFE356
RGB
CMYK
RGB Variations
Color information
#AFE356 (or 0xAFE356) is known color: Conifer. HEX triplet: AF, E3 and 56. RGB value is (175,227,86). Sum of RGB (Red+Green+Blue) = 175+227+86=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE356 is #501CA9. Grayscale: #C3C3C3. Windows color (decimal): -5250218 or 5694383. OLE color: 5694383.
HSL color Cylindrical-coordinate representation of color #AFE356: hue angle of 82.13º degrees, saturation: 0.72, 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 #AFE356 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 86 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.11 |
| HSL | 82.13º | 0.72% | 0.61% | - |
| HSV(B) | 82.13º | 0.62% | 0.89% | - |
| XYZ | 46.83 | 64.72 | 18.83 | - |
| YUV | 195.38 | 66.27 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 86 | 0.23 | 0 | 0.62 | 0.11 | 82.13 | 0.72 | 0.61 |
| Hex | AF | E3 | 56 | 17 | 0 | 3E | B | 52 | 48 | 3D |
| Octal | 257 | 343 | 126 | 27 | 0 | 76 | 13 | 122 | 110 | 75 |
| Binary | 10101111 | 11100011 | 1010110 | 10111 | 0 | 111110 | 1011 | 1010010 | 1001000 | 111101 |
Color Harmonies of #AFE356
Complementary color
Monochromatic Colors of #AFE356
Black with #AFE356
Text Example
Text Example
White with #AFE356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE356; }
p { color: rgb(175,227,86); }
H1.HeaderClassName
{
color: #AFE356;
}
.AnyTagClassName
{
color: #AFE356;
}
</style>
background-color css
<style>
a { background-color: #AFE356; }
a { background-color: rgb(175,227,86); }
div.DivClassName
{
background-color: #AFE356;
}
.BgClassName
{
background-color: #AFE356;
}
</style>
border-color css
<style>
span { border-color: #AFE356; }
span { border-color: rgb(175,227,86); }
td.TdClassName
{
border-color: #AFE356;
}
.TagClassName
{
border-color: #AFE356;
}
</style>