Shades of Spring Bud #AFFF03
Tints of Spring Bud #AFFF03
RGB
CMYK
RGB Variations
Color information
#AFFF03 (or 0xAFFF03) is known color: Spring Bud. HEX triplet: AF, FF and 03. RGB value is (175,255,3). Sum of RGB (Red+Green+Blue) = 175+255+3=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF03 is #5000FC. Grayscale: #CBCBCB. Windows color (decimal): -5243133 or 262063. OLE color: 262063.
HSL color Cylindrical-coordinate representation of color #AFFF03: hue angle of 79.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFFF03 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 3 | - |
| CMYK | 0.31 | 0 | 0.99 | 0 |
| HSL | 79.05º | 1% | 0.51% | - |
| HSV(B) | 79.05º | 0.99% | 1% | - |
| XYZ | 53.46 | 80.64 | 12.83 | - |
| YUV | 202.35 | 15.5 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 3 | 0.31 | 0 | 0.99 | 0 | 79.05 | 1 | 0.51 |
| Hex | AF | FF | 3 | 1F | 0 | 63 | 0 | 4F | 64 | 33 |
| Octal | 257 | 377 | 3 | 37 | 0 | 143 | 0 | 117 | 144 | 63 |
| Binary | 10101111 | 11111111 | 11 | 11111 | 0 | 1100011 | 0 | 1001111 | 1100100 | 110011 |
Color Harmonies of #AFFF03
Complementary color
Monochromatic Colors of #AFFF03
Black with #AFFF03
Text Example
Text Example
White with #AFFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF03; }
p { color: rgb(175,255,3); }
H1.HeaderClassName
{
color: #AFFF03;
}
.AnyTagClassName
{
color: #AFFF03;
}
</style>
background-color css
<style>
a { background-color: #AFFF03; }
a { background-color: rgb(175,255,3); }
div.DivClassName
{
background-color: #AFFF03;
}
.BgClassName
{
background-color: #AFFF03;
}
</style>
border-color css
<style>
span { border-color: #AFFF03; }
span { border-color: rgb(175,255,3); }
td.TdClassName
{
border-color: #AFFF03;
}
.TagClassName
{
border-color: #AFFF03;
}
</style>