Shades of Spring Bud #AFF703
Tints of Spring Bud #AFF703
RGB
CMYK
RGB Variations
Color information
#AFF703 (or 0xAFF703) is known color: Spring Bud. HEX triplet: AF, F7 and 03. RGB value is (175,247,3). Sum of RGB (Red+Green+Blue) = 175+247+3=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 247 (96.88% from 255 or 58.12% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF703 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF703 is #5008FC. Grayscale: #C6C6C6. Windows color (decimal): -5245181 or 260015. OLE color: 260015.
HSL color Cylindrical-coordinate representation of color #AFF703: hue angle of 77.7º 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 #AFF703 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.03 |
| HSL | 77.7º | 0.98% | 0.49% | - |
| HSV(B) | 77.7º | 0.99% | 0.97% | - |
| XYZ | 50.96 | 75.64 | 12 | - |
| YUV | 197.66 | 18.15 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 3 | 0.29 | 0 | 0.99 | 0.03 | 77.7 | 0.98 | 0.49 |
| Hex | AF | F7 | 3 | 1D | 0 | 63 | 3 | 4E | 62 | 31 |
| Octal | 257 | 367 | 3 | 35 | 0 | 143 | 3 | 116 | 142 | 61 |
| Binary | 10101111 | 11110111 | 11 | 11101 | 0 | 1100011 | 11 | 1001110 | 1100010 | 110001 |
Color Harmonies of #AFF703
Complementary color
Monochromatic Colors of #AFF703
Black with #AFF703
Text Example
Text Example
White with #AFF703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF703; }
p { color: rgb(175,247,3); }
H1.HeaderClassName
{
color: #AFF703;
}
.AnyTagClassName
{
color: #AFF703;
}
</style>
background-color css
<style>
a { background-color: #AFF703; }
a { background-color: rgb(175,247,3); }
div.DivClassName
{
background-color: #AFF703;
}
.BgClassName
{
background-color: #AFF703;
}
</style>
border-color css
<style>
span { border-color: #AFF703; }
span { border-color: rgb(175,247,3); }
td.TdClassName
{
border-color: #AFF703;
}
.TagClassName
{
border-color: #AFF703;
}
</style>