Shades of Spring Bud #AFF706
Tints of Spring Bud #AFF706
RGB
CMYK
RGB Variations
Color information
#AFF706 (or 0xAFF706) is known color: Spring Bud. HEX triplet: AF, F7 and 06. RGB value is (175,247,6). Sum of RGB (Red+Green+Blue) = 175+247+6=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 247 (96.88% from 255 or 57.71% from 428); Blue value is 6 (2.73% from 255 or 1.40% from 428); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF706 is #5008F9. Grayscale: #C6C6C6. Windows color (decimal): -5245178 or 456623. OLE color: 456623.
HSL color Cylindrical-coordinate representation of color #AFF706: hue angle of 77.93º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFF706 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 6 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.03 |
| HSL | 77.93º | 0.95% | 0.5% | - |
| HSV(B) | 77.93º | 0.98% | 0.97% | - |
| XYZ | 50.97 | 75.65 | 12.09 | - |
| YUV | 198 | 19.65 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 6 | 0.29 | 0 | 0.98 | 0.03 | 77.93 | 0.95 | 0.5 |
| Hex | AF | F7 | 6 | 1D | 0 | 62 | 3 | 4E | 5F | 32 |
| Octal | 257 | 367 | 6 | 35 | 0 | 142 | 3 | 116 | 137 | 62 |
| Binary | 10101111 | 11110111 | 110 | 11101 | 0 | 1100010 | 11 | 1001110 | 1011111 | 110010 |
Color Harmonies of #AFF706
Complementary color
Monochromatic Colors of #AFF706
Black with #AFF706
Text Example
Text Example
White with #AFF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF706; }
p { color: rgb(175,247,6); }
H1.HeaderClassName
{
color: #AFF706;
}
.AnyTagClassName
{
color: #AFF706;
}
</style>
background-color css
<style>
a { background-color: #AFF706; }
a { background-color: rgb(175,247,6); }
div.DivClassName
{
background-color: #AFF706;
}
.BgClassName
{
background-color: #AFF706;
}
</style>
border-color css
<style>
span { border-color: #AFF706; }
span { border-color: rgb(175,247,6); }
td.TdClassName
{
border-color: #AFF706;
}
.TagClassName
{
border-color: #AFF706;
}
</style>