Shades of Spring Bud #AFFF11
Tints of Spring Bud #AFFF11
RGB
CMYK
RGB Variations
Color information
#AFFF11 (or 0xAFFF11) is known color: Spring Bud. HEX triplet: AF, FF and 11. RGB value is (175,255,17). Sum of RGB (Red+Green+Blue) = 175+255+17=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF11 is #5000EE. Grayscale: #CCCCCC. Windows color (decimal): -5243119 or 1179567. OLE color: 1179567.
HSL color Cylindrical-coordinate representation of color #AFFF11: hue angle of 80.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFFF11 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 17 | - |
| CMYK | 0.31 | 0 | 0.93 | 0 |
| HSL | 80.17º | 1% | 0.53% | - |
| HSV(B) | 80.17º | 0.93% | 1% | - |
| XYZ | 53.54 | 80.67 | 13.28 | - |
| YUV | 203.95 | 22.5 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 17 | 0.31 | 0 | 0.93 | 0 | 80.17 | 1 | 0.53 |
| Hex | AF | FF | 11 | 1F | 0 | 5D | 0 | 50 | 64 | 35 |
| Octal | 257 | 377 | 21 | 37 | 0 | 135 | 0 | 120 | 144 | 65 |
| Binary | 10101111 | 11111111 | 10001 | 11111 | 0 | 1011101 | 0 | 1010000 | 1100100 | 110101 |
Color Harmonies of #AFFF11
Complementary color
Monochromatic Colors of #AFFF11
Black with #AFFF11
Text Example
Text Example
White with #AFFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF11; }
p { color: rgb(175,255,17); }
H1.HeaderClassName
{
color: #AFFF11;
}
.AnyTagClassName
{
color: #AFFF11;
}
</style>
background-color css
<style>
a { background-color: #AFFF11; }
a { background-color: rgb(175,255,17); }
div.DivClassName
{
background-color: #AFFF11;
}
.BgClassName
{
background-color: #AFFF11;
}
</style>
border-color css
<style>
span { border-color: #AFFF11; }
span { border-color: rgb(175,255,17); }
td.TdClassName
{
border-color: #AFFF11;
}
.TagClassName
{
border-color: #AFFF11;
}
</style>