Shades of Conifer #AFF463
Tints of Conifer #AFF463
RGB
CMYK
RGB Variations
Color information
#AFF463 (or 0xAFF463) is known color: Conifer. HEX triplet: AF, F4 and 63. RGB value is (175,244,99). Sum of RGB (Red+Green+Blue) = 175+244+99=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF463 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF463 is #500B9C. Grayscale: #CFCFCF. Windows color (decimal): -5245853 or 6550703. OLE color: 6550703.
HSL color Cylindrical-coordinate representation of color #AFF463: hue angle of 88.55º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFF463 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 99 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.04 |
| HSL | 88.55º | 0.87% | 0.67% | - |
| HSV(B) | 88.55º | 0.59% | 0.96% | - |
| XYZ | 52.28 | 74.72 | 23.47 | - |
| YUV | 206.84 | 67.14 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 99 | 0.28 | 0 | 0.59 | 0.04 | 88.55 | 0.87 | 0.67 |
| Hex | AF | F4 | 63 | 1C | 0 | 3B | 4 | 59 | 57 | 43 |
| Octal | 257 | 364 | 143 | 34 | 0 | 73 | 4 | 131 | 127 | 103 |
| Binary | 10101111 | 11110100 | 1100011 | 11100 | 0 | 111011 | 100 | 1011001 | 1010111 | 1000011 |
Color Harmonies of #AFF463
Complementary color
Monochromatic Colors of #AFF463
Black with #AFF463
Text Example
Text Example
White with #AFF463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF463; }
p { color: rgb(175,244,99); }
H1.HeaderClassName
{
color: #AFF463;
}
.AnyTagClassName
{
color: #AFF463;
}
</style>
background-color css
<style>
a { background-color: #AFF463; }
a { background-color: rgb(175,244,99); }
div.DivClassName
{
background-color: #AFF463;
}
.BgClassName
{
background-color: #AFF463;
}
</style>
border-color css
<style>
span { border-color: #AFF463; }
span { border-color: rgb(175,244,99); }
td.TdClassName
{
border-color: #AFF463;
}
.TagClassName
{
border-color: #AFF463;
}
</style>