Shades of Spring Bud #AFF605
Tints of Spring Bud #AFF605
RGB
CMYK
RGB Variations
Color information
#AFF605 (or 0xAFF605) is known color: Spring Bud. HEX triplet: AF, F6 and 05. RGB value is (175,246,5). Sum of RGB (Red+Green+Blue) = 175+246+5=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 246 (96.48% from 255 or 57.75% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF605 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF605 is #5009FA. Grayscale: #C6C6C6. Windows color (decimal): -5245435 or 390831. OLE color: 390831.
HSL color Cylindrical-coordinate representation of color #AFF605: hue angle of 77.68º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFF605 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.04 |
| HSL | 77.68º | 0.96% | 0.49% | - |
| HSV(B) | 77.68º | 0.98% | 0.96% | - |
| XYZ | 50.66 | 75.04 | 11.96 | - |
| YUV | 197.3 | 19.48 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 5 | 0.29 | 0 | 0.98 | 0.04 | 77.68 | 0.96 | 0.49 |
| Hex | AF | F6 | 5 | 1D | 0 | 62 | 4 | 4E | 60 | 31 |
| Octal | 257 | 366 | 5 | 35 | 0 | 142 | 4 | 116 | 140 | 61 |
| Binary | 10101111 | 11110110 | 101 | 11101 | 0 | 1100010 | 100 | 1001110 | 1100000 | 110001 |
Color Harmonies of #AFF605
Complementary color
Monochromatic Colors of #AFF605
Black with #AFF605
Text Example
Text Example
White with #AFF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF605; }
p { color: rgb(175,246,5); }
H1.HeaderClassName
{
color: #AFF605;
}
.AnyTagClassName
{
color: #AFF605;
}
</style>
background-color css
<style>
a { background-color: #AFF605; }
a { background-color: rgb(175,246,5); }
div.DivClassName
{
background-color: #AFF605;
}
.BgClassName
{
background-color: #AFF605;
}
</style>
border-color css
<style>
span { border-color: #AFF605; }
span { border-color: rgb(175,246,5); }
td.TdClassName
{
border-color: #AFF605;
}
.TagClassName
{
border-color: #AFF605;
}
</style>