Shades of Spring Bud #AFFF06
Tints of Spring Bud #AFFF06
RGB
CMYK
RGB Variations
Color information
#AFFF06 (or 0xAFFF06) is known color: Spring Bud. HEX triplet: AF, FF and 06. RGB value is (175,255,6). Sum of RGB (Red+Green+Blue) = 175+255+6=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF06 is #5000F9. Grayscale: #CBCBCB. Windows color (decimal): -5243130 or 458671. OLE color: 458671.
HSL color Cylindrical-coordinate representation of color #AFFF06: hue angle of 79.28º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFFF06 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 6 | - |
| CMYK | 0.31 | 0 | 0.98 | 0 |
| HSL | 79.28º | 1% | 0.51% | - |
| HSV(B) | 79.28º | 0.98% | 1% | - |
| XYZ | 53.47 | 80.65 | 12.92 | - |
| YUV | 202.69 | 17 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 6 | 0.31 | 0 | 0.98 | 0 | 79.28 | 1 | 0.51 |
| Hex | AF | FF | 6 | 1F | 0 | 62 | 0 | 4F | 64 | 33 |
| Octal | 257 | 377 | 6 | 37 | 0 | 142 | 0 | 117 | 144 | 63 |
| Binary | 10101111 | 11111111 | 110 | 11111 | 0 | 1100010 | 0 | 1001111 | 1100100 | 110011 |
Color Harmonies of #AFFF06
Complementary color
Monochromatic Colors of #AFFF06
Black with #AFFF06
Text Example
Text Example
White with #AFFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF06; }
p { color: rgb(175,255,6); }
H1.HeaderClassName
{
color: #AFFF06;
}
.AnyTagClassName
{
color: #AFFF06;
}
</style>
background-color css
<style>
a { background-color: #AFFF06; }
a { background-color: rgb(175,255,6); }
div.DivClassName
{
background-color: #AFFF06;
}
.BgClassName
{
background-color: #AFFF06;
}
</style>
border-color css
<style>
span { border-color: #AFFF06; }
span { border-color: rgb(175,255,6); }
td.TdClassName
{
border-color: #AFFF06;
}
.TagClassName
{
border-color: #AFFF06;
}
</style>