Shades of Spring Bud #AFFC03
Tints of Spring Bud #AFFC03
RGB
CMYK
RGB Variations
Color information
#AFFC03 (or 0xAFFC03) is known color: Spring Bud. HEX triplet: AF, FC and 03. RGB value is (175,252,3). Sum of RGB (Red+Green+Blue) = 175+252+3=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFC03 is #5003FC. Grayscale: #C9C9C9. Windows color (decimal): -5243901 or 261295. OLE color: 261295.
HSL color Cylindrical-coordinate representation of color #AFFC03: hue angle of 78.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFFC03 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 252 | 3 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.01 |
| HSL | 78.55º | 0.98% | 0.5% | - |
| HSV(B) | 78.55º | 0.99% | 0.99% | - |
| XYZ | 52.51 | 78.74 | 12.52 | - |
| YUV | 200.59 | 16.49 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 252 | 3 | 0.31 | 0 | 0.99 | 0.01 | 78.55 | 0.98 | 0.5 |
| Hex | AF | FC | 3 | 1F | 0 | 63 | 1 | 4F | 62 | 32 |
| Octal | 257 | 374 | 3 | 37 | 0 | 143 | 1 | 117 | 142 | 62 |
| Binary | 10101111 | 11111100 | 11 | 11111 | 0 | 1100011 | 1 | 1001111 | 1100010 | 110010 |
Color Harmonies of #AFFC03
Complementary color
Monochromatic Colors of #AFFC03
Black with #AFFC03
Text Example
Text Example
White with #AFFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFC03; }
p { color: rgb(175,252,3); }
H1.HeaderClassName
{
color: #AFFC03;
}
.AnyTagClassName
{
color: #AFFC03;
}
</style>
background-color css
<style>
a { background-color: #AFFC03; }
a { background-color: rgb(175,252,3); }
div.DivClassName
{
background-color: #AFFC03;
}
.BgClassName
{
background-color: #AFFC03;
}
</style>
border-color css
<style>
span { border-color: #AFFC03; }
span { border-color: rgb(175,252,3); }
td.TdClassName
{
border-color: #AFFC03;
}
.TagClassName
{
border-color: #AFFC03;
}
</style>