Shades of Spring Bud #AFFF13
Tints of Spring Bud #AFFF13
RGB
CMYK
RGB Variations
Color information
#AFFF13 (or 0xAFFF13) is known color: Spring Bud. HEX triplet: AF, FF and 13. RGB value is (175,255,19). Sum of RGB (Red+Green+Blue) = 175+255+19=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF13 is #5000EC. Grayscale: #CDCDCD. Windows color (decimal): -5243117 or 1310639. OLE color: 1310639.
HSL color Cylindrical-coordinate representation of color #AFFF13: hue angle of 80.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFFF13 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 19 | - |
| CMYK | 0.31 | 0 | 0.93 | 0 |
| HSL | 80.34º | 1% | 0.54% | - |
| HSV(B) | 80.34º | 0.93% | 1% | - |
| XYZ | 53.56 | 80.68 | 13.37 | - |
| YUV | 204.18 | 23.5 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 19 | 0.31 | 0 | 0.93 | 0 | 80.34 | 1 | 0.54 |
| Hex | AF | FF | 13 | 1F | 0 | 5D | 0 | 50 | 64 | 36 |
| Octal | 257 | 377 | 23 | 37 | 0 | 135 | 0 | 120 | 144 | 66 |
| Binary | 10101111 | 11111111 | 10011 | 11111 | 0 | 1011101 | 0 | 1010000 | 1100100 | 110110 |
Color Harmonies of #AFFF13
Complementary color
Monochromatic Colors of #AFFF13
Black with #AFFF13
Text Example
Text Example
White with #AFFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF13; }
p { color: rgb(175,255,19); }
H1.HeaderClassName
{
color: #AFFF13;
}
.AnyTagClassName
{
color: #AFFF13;
}
</style>
background-color css
<style>
a { background-color: #AFFF13; }
a { background-color: rgb(175,255,19); }
div.DivClassName
{
background-color: #AFFF13;
}
.BgClassName
{
background-color: #AFFF13;
}
</style>
border-color css
<style>
span { border-color: #AFFF13; }
span { border-color: rgb(175,255,19); }
td.TdClassName
{
border-color: #AFFF13;
}
.TagClassName
{
border-color: #AFFF13;
}
</style>