Shades of Spring Bud #AFFD0C
Tints of Spring Bud #AFFD0C
RGB
CMYK
RGB Variations
Color information
#AFFD0C (or 0xAFFD0C) is known color: Spring Bud. HEX triplet: AF, FD and 0C. RGB value is (175,253,12). Sum of RGB (Red+Green+Blue) = 175+253+12=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 253 (99.22% from 255 or 57.5% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFD0C is #5002F3. Grayscale: #CBCBCB. Windows color (decimal): -5243636 or 851375. OLE color: 851375.
HSL color Cylindrical-coordinate representation of color #AFFD0C: hue angle of 79.42º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFFD0C is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 12 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.01 |
| HSL | 79.42º | 0.98% | 0.52% | - |
| HSV(B) | 79.42º | 0.95% | 0.99% | - |
| XYZ | 52.87 | 79.39 | 12.89 | - |
| YUV | 202.2 | 20.66 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 12 | 0.31 | 0 | 0.95 | 0.01 | 79.42 | 0.98 | 0.52 |
| Hex | AF | FD | C | 1F | 0 | 5F | 1 | 4F | 62 | 34 |
| Octal | 257 | 375 | 14 | 37 | 0 | 137 | 1 | 117 | 142 | 64 |
| Binary | 10101111 | 11111101 | 1100 | 11111 | 0 | 1011111 | 1 | 1001111 | 1100010 | 110100 |
Color Harmonies of #AFFD0C
Complementary color
Monochromatic Colors of #AFFD0C
Black with #AFFD0C
Text Example
Text Example
White with #AFFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFD0C; }
p { color: rgb(175,253,12); }
H1.HeaderClassName
{
color: #AFFD0C;
}
.AnyTagClassName
{
color: #AFFD0C;
}
</style>
background-color css
<style>
a { background-color: #AFFD0C; }
a { background-color: rgb(175,253,12); }
div.DivClassName
{
background-color: #AFFD0C;
}
.BgClassName
{
background-color: #AFFD0C;
}
</style>
border-color css
<style>
span { border-color: #AFFD0C; }
span { border-color: rgb(175,253,12); }
td.TdClassName
{
border-color: #AFFD0C;
}
.TagClassName
{
border-color: #AFFD0C;
}
</style>