Shades of Conifer #AFF256
Tints of Conifer #AFF256
RGB
CMYK
RGB Variations
Color information
#AFF256 (or 0xAFF256) is known color: Conifer. HEX triplet: AF, F2 and 56. RGB value is (175,242,86). Sum of RGB (Red+Green+Blue) = 175+242+86=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF256 is #500DA9. Grayscale: #CCCCCC. Windows color (decimal): -5246378 or 5698223. OLE color: 5698223.
HSL color Cylindrical-coordinate representation of color #AFF256: hue angle of 85.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFF256 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 86 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.05 |
| HSL | 85.77º | 0.86% | 0.64% | - |
| HSV(B) | 85.77º | 0.64% | 0.95% | - |
| XYZ | 51.11 | 73.29 | 20.26 | - |
| YUV | 204.18 | 61.3 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 86 | 0.28 | 0 | 0.64 | 0.05 | 85.77 | 0.86 | 0.64 |
| Hex | AF | F2 | 56 | 1C | 0 | 40 | 5 | 56 | 56 | 40 |
| Octal | 257 | 362 | 126 | 34 | 0 | 100 | 5 | 126 | 126 | 100 |
| Binary | 10101111 | 11110010 | 1010110 | 11100 | 0 | 1000000 | 101 | 1010110 | 1010110 | 1000000 |
Color Harmonies of #AFF256
Complementary color
Monochromatic Colors of #AFF256
Black with #AFF256
Text Example
Text Example
White with #AFF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF256; }
p { color: rgb(175,242,86); }
H1.HeaderClassName
{
color: #AFF256;
}
.AnyTagClassName
{
color: #AFF256;
}
</style>
background-color css
<style>
a { background-color: #AFF256; }
a { background-color: rgb(175,242,86); }
div.DivClassName
{
background-color: #AFF256;
}
.BgClassName
{
background-color: #AFF256;
}
</style>
border-color css
<style>
span { border-color: #AFF256; }
span { border-color: rgb(175,242,86); }
td.TdClassName
{
border-color: #AFF256;
}
.TagClassName
{
border-color: #AFF256;
}
</style>