Shades of Spring Bud #AFF805
Tints of Spring Bud #AFF805
RGB
CMYK
RGB Variations
Color information
#AFF805 (or 0xAFF805) is known color: Spring Bud. HEX triplet: AF, F8 and 05. RGB value is (175,248,5). Sum of RGB (Red+Green+Blue) = 175+248+5=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 248 (97.27% from 255 or 57.94% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF805 is #5007FA. Grayscale: #C7C7C7. Windows color (decimal): -5244923 or 391343. OLE color: 391343.
HSL color Cylindrical-coordinate representation of color #AFF805: hue angle of 78.02º degrees, saturation: 0.96, 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 #AFF805 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.03 |
| HSL | 78.02º | 0.96% | 0.5% | - |
| HSV(B) | 78.02º | 0.98% | 0.97% | - |
| XYZ | 51.27 | 76.26 | 12.16 | - |
| YUV | 198.47 | 18.82 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 5 | 0.29 | 0 | 0.98 | 0.03 | 78.02 | 0.96 | 0.5 |
| Hex | AF | F8 | 5 | 1D | 0 | 62 | 3 | 4E | 60 | 32 |
| Octal | 257 | 370 | 5 | 35 | 0 | 142 | 3 | 116 | 140 | 62 |
| Binary | 10101111 | 11111000 | 101 | 11101 | 0 | 1100010 | 11 | 1001110 | 1100000 | 110010 |
Color Harmonies of #AFF805
Complementary color
Monochromatic Colors of #AFF805
Black with #AFF805
Text Example
Text Example
White with #AFF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF805; }
p { color: rgb(175,248,5); }
H1.HeaderClassName
{
color: #AFF805;
}
.AnyTagClassName
{
color: #AFF805;
}
</style>
background-color css
<style>
a { background-color: #AFF805; }
a { background-color: rgb(175,248,5); }
div.DivClassName
{
background-color: #AFF805;
}
.BgClassName
{
background-color: #AFF805;
}
</style>
border-color css
<style>
span { border-color: #AFF805; }
span { border-color: rgb(175,248,5); }
td.TdClassName
{
border-color: #AFF805;
}
.TagClassName
{
border-color: #AFF805;
}
</style>