Shades of Spring Bud #AFF007
Tints of Spring Bud #AFF007
RGB
CMYK
RGB Variations
Color information
#AFF007 (or 0xAFF007) is known color: Spring Bud. HEX triplet: AF, F0 and 07. RGB value is (175,240,7). Sum of RGB (Red+Green+Blue) = 175+240+7=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 240 (94.14% from 255 or 56.87% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF007 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF007 is #500FF8. Grayscale: #C2C2C2. Windows color (decimal): -5246969 or 520367. OLE color: 520367.
HSL color Cylindrical-coordinate representation of color #AFF007: hue angle of 76.74º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFF007 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 7 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.06 |
| HSL | 76.74º | 0.94% | 0.48% | - |
| HSV(B) | 76.74º | 0.97% | 0.94% | - |
| XYZ | 48.88 | 71.45 | 11.42 | - |
| YUV | 194 | 22.47 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 7 | 0.27 | 0 | 0.97 | 0.06 | 76.74 | 0.94 | 0.48 |
| Hex | AF | F0 | 7 | 1B | 0 | 61 | 6 | 4D | 5E | 30 |
| Octal | 257 | 360 | 7 | 33 | 0 | 141 | 6 | 115 | 136 | 60 |
| Binary | 10101111 | 11110000 | 111 | 11011 | 0 | 1100001 | 110 | 1001101 | 1011110 | 110000 |
Color Harmonies of #AFF007
Complementary color
Monochromatic Colors of #AFF007
Black with #AFF007
Text Example
Text Example
White with #AFF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF007; }
p { color: rgb(175,240,7); }
H1.HeaderClassName
{
color: #AFF007;
}
.AnyTagClassName
{
color: #AFF007;
}
</style>
background-color css
<style>
a { background-color: #AFF007; }
a { background-color: rgb(175,240,7); }
div.DivClassName
{
background-color: #AFF007;
}
.BgClassName
{
background-color: #AFF007;
}
</style>
border-color css
<style>
span { border-color: #AFF007; }
span { border-color: rgb(175,240,7); }
td.TdClassName
{
border-color: #AFF007;
}
.TagClassName
{
border-color: #AFF007;
}
</style>