Shades of Spring Bud #AFF803
Tints of Spring Bud #AFF803
RGB
CMYK
RGB Variations
Color information
#AFF803 (or 0xAFF803) is known color: Spring Bud. HEX triplet: AF, F8 and 03. RGB value is (175,248,3). Sum of RGB (Red+Green+Blue) = 175+248+3=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 248 (97.27% from 255 or 58.22% from 426); Blue value is 3 (1.56% from 255 or 0.70% from 426); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF803 is #5007FC. Grayscale: #C7C7C7. Windows color (decimal): -5244925 or 260271. OLE color: 260271.
HSL color Cylindrical-coordinate representation of color #AFF803: hue angle of 77.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFF803 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.03 |
| HSL | 77.88º | 0.98% | 0.49% | - |
| HSV(B) | 77.88º | 0.99% | 0.97% | - |
| XYZ | 51.26 | 76.26 | 12.1 | - |
| YUV | 198.24 | 17.82 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 3 | 0.29 | 0 | 0.99 | 0.03 | 77.88 | 0.98 | 0.49 |
| Hex | AF | F8 | 3 | 1D | 0 | 63 | 3 | 4E | 62 | 31 |
| Octal | 257 | 370 | 3 | 35 | 0 | 143 | 3 | 116 | 142 | 61 |
| Binary | 10101111 | 11111000 | 11 | 11101 | 0 | 1100011 | 11 | 1001110 | 1100010 | 110001 |
Color Harmonies of #AFF803
Complementary color
Monochromatic Colors of #AFF803
Black with #AFF803
Text Example
Text Example
White with #AFF803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF803; }
p { color: rgb(175,248,3); }
H1.HeaderClassName
{
color: #AFF803;
}
.AnyTagClassName
{
color: #AFF803;
}
</style>
background-color css
<style>
a { background-color: #AFF803; }
a { background-color: rgb(175,248,3); }
div.DivClassName
{
background-color: #AFF803;
}
.BgClassName
{
background-color: #AFF803;
}
</style>
border-color css
<style>
span { border-color: #AFF803; }
span { border-color: rgb(175,248,3); }
td.TdClassName
{
border-color: #AFF803;
}
.TagClassName
{
border-color: #AFF803;
}
</style>