Shades of Spring Bud #AFF811
Tints of Spring Bud #AFF811
RGB
CMYK
RGB Variations
Color information
#AFF811 (or 0xAFF811) is known color: Spring Bud. HEX triplet: AF, F8 and 11. RGB value is (175,248,17). Sum of RGB (Red+Green+Blue) = 175+248+17=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF811 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF811 is #5007EE. Grayscale: #C8C8C8. Windows color (decimal): -5244911 or 1177775. OLE color: 1177775.
HSL color Cylindrical-coordinate representation of color #AFF811: hue angle of 78.96º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF811 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 17 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.03 |
| HSL | 78.96º | 0.94% | 0.52% | - |
| HSV(B) | 78.96º | 0.93% | 0.97% | - |
| XYZ | 51.35 | 76.29 | 12.55 | - |
| YUV | 199.84 | 24.82 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 17 | 0.29 | 0 | 0.93 | 0.03 | 78.96 | 0.94 | 0.52 |
| Hex | AF | F8 | 11 | 1D | 0 | 5D | 3 | 4F | 5E | 34 |
| Octal | 257 | 370 | 21 | 35 | 0 | 135 | 3 | 117 | 136 | 64 |
| Binary | 10101111 | 11111000 | 10001 | 11101 | 0 | 1011101 | 11 | 1001111 | 1011110 | 110100 |
Color Harmonies of #AFF811
Complementary color
Monochromatic Colors of #AFF811
Black with #AFF811
Text Example
Text Example
White with #AFF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF811; }
p { color: rgb(175,248,17); }
H1.HeaderClassName
{
color: #AFF811;
}
.AnyTagClassName
{
color: #AFF811;
}
</style>
background-color css
<style>
a { background-color: #AFF811; }
a { background-color: rgb(175,248,17); }
div.DivClassName
{
background-color: #AFF811;
}
.BgClassName
{
background-color: #AFF811;
}
</style>
border-color css
<style>
span { border-color: #AFF811; }
span { border-color: rgb(175,248,17); }
td.TdClassName
{
border-color: #AFF811;
}
.TagClassName
{
border-color: #AFF811;
}
</style>