Shades of Spring Bud #AFF611
Tints of Spring Bud #AFF611
RGB
CMYK
RGB Variations
Color information
#AFF611 (or 0xAFF611) is known color: Spring Bud. HEX triplet: AF, F6 and 11. RGB value is (175,246,17). Sum of RGB (Red+Green+Blue) = 175+246+17=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF611 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF611 is #5009EE. Grayscale: #C7C7C7. Windows color (decimal): -5245423 or 1177263. OLE color: 1177263.
HSL color Cylindrical-coordinate representation of color #AFF611: hue angle of 78.6º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF611 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 17 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.04 |
| HSL | 78.6º | 0.93% | 0.52% | - |
| HSV(B) | 78.6º | 0.93% | 0.96% | - |
| XYZ | 50.74 | 75.07 | 12.35 | - |
| YUV | 198.67 | 25.48 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 17 | 0.29 | 0 | 0.93 | 0.04 | 78.6 | 0.93 | 0.52 |
| Hex | AF | F6 | 11 | 1D | 0 | 5D | 4 | 4F | 5D | 34 |
| Octal | 257 | 366 | 21 | 35 | 0 | 135 | 4 | 117 | 135 | 64 |
| Binary | 10101111 | 11110110 | 10001 | 11101 | 0 | 1011101 | 100 | 1001111 | 1011101 | 110100 |
Color Harmonies of #AFF611
Complementary color
Monochromatic Colors of #AFF611
Black with #AFF611
Text Example
Text Example
White with #AFF611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF611; }
p { color: rgb(175,246,17); }
H1.HeaderClassName
{
color: #AFF611;
}
.AnyTagClassName
{
color: #AFF611;
}
</style>
background-color css
<style>
a { background-color: #AFF611; }
a { background-color: rgb(175,246,17); }
div.DivClassName
{
background-color: #AFF611;
}
.BgClassName
{
background-color: #AFF611;
}
</style>
border-color css
<style>
span { border-color: #AFF611; }
span { border-color: rgb(175,246,17); }
td.TdClassName
{
border-color: #AFF611;
}
.TagClassName
{
border-color: #AFF611;
}
</style>