Shades of Spring Bud #AFFF16
Tints of Spring Bud #AFFF16
RGB
CMYK
RGB Variations
Color information
#AFFF16 (or 0xAFFF16) is known color: Spring Bud. HEX triplet: AF, FF and 16. RGB value is (175,255,22). Sum of RGB (Red+Green+Blue) = 175+255+22=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF16 is #5000E9. Grayscale: #CDCDCD. Windows color (decimal): -5243114 or 1507247. OLE color: 1507247.
HSL color Cylindrical-coordinate representation of color #AFFF16: hue angle of 80.6º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFFF16 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 22 | - |
| CMYK | 0.31 | 0 | 0.91 | 0 |
| HSL | 80.6º | 1% | 0.54% | - |
| HSV(B) | 80.6º | 0.91% | 1% | - |
| XYZ | 53.58 | 80.69 | 13.51 | - |
| YUV | 204.52 | 25 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 22 | 0.31 | 0 | 0.91 | 0 | 80.6 | 1 | 0.54 |
| Hex | AF | FF | 16 | 1F | 0 | 5B | 0 | 51 | 64 | 36 |
| Octal | 257 | 377 | 26 | 37 | 0 | 133 | 0 | 121 | 144 | 66 |
| Binary | 10101111 | 11111111 | 10110 | 11111 | 0 | 1011011 | 0 | 1010001 | 1100100 | 110110 |
Color Harmonies of #AFFF16
Complementary color
Monochromatic Colors of #AFFF16
Black with #AFFF16
Text Example
Text Example
White with #AFFF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF16; }
p { color: rgb(175,255,22); }
H1.HeaderClassName
{
color: #AFFF16;
}
.AnyTagClassName
{
color: #AFFF16;
}
</style>
background-color css
<style>
a { background-color: #AFFF16; }
a { background-color: rgb(175,255,22); }
div.DivClassName
{
background-color: #AFFF16;
}
.BgClassName
{
background-color: #AFFF16;
}
</style>
border-color css
<style>
span { border-color: #AFFF16; }
span { border-color: rgb(175,255,22); }
td.TdClassName
{
border-color: #AFFF16;
}
.TagClassName
{
border-color: #AFFF16;
}
</style>