Shades of Spring Bud #AFFE0F
Tints of Spring Bud #AFFE0F
RGB
CMYK
RGB Variations
Color information
#AFFE0F (or 0xAFFE0F) is known color: Spring Bud. HEX triplet: AF, FE and 0F. RGB value is (175,254,15). Sum of RGB (Red+Green+Blue) = 175+254+15=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFE0F is #5001F0. Grayscale: #CCCCCC. Windows color (decimal): -5243377 or 1048239. OLE color: 1048239.
HSL color Cylindrical-coordinate representation of color #AFFE0F: hue angle of 79.83º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFFE0F is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 15 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.00 |
| HSL | 79.83º | 0.99% | 0.53% | - |
| HSV(B) | 79.83º | 0.94% | 1% | - |
| XYZ | 53.21 | 80.03 | 13.1 | - |
| YUV | 203.13 | 21.83 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 15 | 0.31 | 0 | 0.94 | 0.00 | 79.83 | 0.99 | 0.53 |
| Hex | AF | FE | F | 1F | 0 | 5E | 0 | 50 | 63 | 35 |
| Octal | 257 | 376 | 17 | 37 | 0 | 136 | 0 | 120 | 143 | 65 |
| Binary | 10101111 | 11111110 | 1111 | 11111 | 0 | 1011110 | 0 | 1010000 | 1100011 | 110101 |
Color Harmonies of #AFFE0F
Complementary color
Monochromatic Colors of #AFFE0F
Black with #AFFE0F
Text Example
Text Example
White with #AFFE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFE0F; }
p { color: rgb(175,254,15); }
H1.HeaderClassName
{
color: #AFFE0F;
}
.AnyTagClassName
{
color: #AFFE0F;
}
</style>
background-color css
<style>
a { background-color: #AFFE0F; }
a { background-color: rgb(175,254,15); }
div.DivClassName
{
background-color: #AFFE0F;
}
.BgClassName
{
background-color: #AFFE0F;
}
</style>
border-color css
<style>
span { border-color: #AFFE0F; }
span { border-color: rgb(175,254,15); }
td.TdClassName
{
border-color: #AFFE0F;
}
.TagClassName
{
border-color: #AFFE0F;
}
</style>