Shades of Spring Bud #AFF103
Tints of Spring Bud #AFF103
RGB
CMYK
RGB Variations
Color information
#AFF103 (or 0xAFF103) is known color: Spring Bud. HEX triplet: AF, F1 and 03. RGB value is (175,241,3). Sum of RGB (Red+Green+Blue) = 175+241+3=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF103 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF103 is #500EFC. Grayscale: #C3C3C3. Windows color (decimal): -5246717 or 258479. OLE color: 258479.
HSL color Cylindrical-coordinate representation of color #AFF103: hue angle of 76.64º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFF103 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 3 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.05 |
| HSL | 76.64º | 0.98% | 0.48% | - |
| HSV(B) | 76.64º | 0.99% | 0.95% | - |
| XYZ | 49.15 | 72.03 | 11.4 | - |
| YUV | 194.13 | 20.13 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 3 | 0.27 | 0 | 0.99 | 0.05 | 76.64 | 0.98 | 0.48 |
| Hex | AF | F1 | 3 | 1B | 0 | 63 | 5 | 4D | 62 | 30 |
| Octal | 257 | 361 | 3 | 33 | 0 | 143 | 5 | 115 | 142 | 60 |
| Binary | 10101111 | 11110001 | 11 | 11011 | 0 | 1100011 | 101 | 1001101 | 1100010 | 110000 |
Color Harmonies of #AFF103
Complementary color
Monochromatic Colors of #AFF103
Black with #AFF103
Text Example
Text Example
White with #AFF103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF103; }
p { color: rgb(175,241,3); }
H1.HeaderClassName
{
color: #AFF103;
}
.AnyTagClassName
{
color: #AFF103;
}
</style>
background-color css
<style>
a { background-color: #AFF103; }
a { background-color: rgb(175,241,3); }
div.DivClassName
{
background-color: #AFF103;
}
.BgClassName
{
background-color: #AFF103;
}
</style>
border-color css
<style>
span { border-color: #AFF103; }
span { border-color: rgb(175,241,3); }
td.TdClassName
{
border-color: #AFF103;
}
.TagClassName
{
border-color: #AFF103;
}
</style>