Shades of Spring Bud #AFF905
Tints of Spring Bud #AFF905
RGB
CMYK
RGB Variations
Color information
#AFF905 (or 0xAFF905) is known color: Spring Bud. HEX triplet: AF, F9 and 05. RGB value is (175,249,5). Sum of RGB (Red+Green+Blue) = 175+249+5=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 249 (97.66% from 255 or 58.04% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF905 is #5006FA. Grayscale: #C7C7C7. Windows color (decimal): -5244667 or 391599. OLE color: 391599.
HSL color Cylindrical-coordinate representation of color #AFF905: hue angle of 78.2º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFF905 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 5 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.02 |
| HSL | 78.2º | 0.96% | 0.5% | - |
| HSV(B) | 78.2º | 0.98% | 0.98% | - |
| XYZ | 51.58 | 76.88 | 12.26 | - |
| YUV | 199.06 | 18.48 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 5 | 0.30 | 0 | 0.98 | 0.02 | 78.2 | 0.96 | 0.5 |
| Hex | AF | F9 | 5 | 1E | 0 | 62 | 2 | 4E | 60 | 32 |
| Octal | 257 | 371 | 5 | 36 | 0 | 142 | 2 | 116 | 140 | 62 |
| Binary | 10101111 | 11111001 | 101 | 11110 | 0 | 1100010 | 10 | 1001110 | 1100000 | 110010 |
Color Harmonies of #AFF905
Complementary color
Monochromatic Colors of #AFF905
Black with #AFF905
Text Example
Text Example
White with #AFF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF905; }
p { color: rgb(175,249,5); }
H1.HeaderClassName
{
color: #AFF905;
}
.AnyTagClassName
{
color: #AFF905;
}
</style>
background-color css
<style>
a { background-color: #AFF905; }
a { background-color: rgb(175,249,5); }
div.DivClassName
{
background-color: #AFF905;
}
.BgClassName
{
background-color: #AFF905;
}
</style>
border-color css
<style>
span { border-color: #AFF905; }
span { border-color: rgb(175,249,5); }
td.TdClassName
{
border-color: #AFF905;
}
.TagClassName
{
border-color: #AFF905;
}
</style>