Shades of Spring Bud #AFFE01
Tints of Spring Bud #AFFE01
RGB
CMYK
RGB Variations
Color information
#AFFE01 (or 0xAFFE01) is known color: Spring Bud. HEX triplet: AF, FE and 01. RGB value is (175,254,1). Sum of RGB (Red+Green+Blue) = 175+254+1=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 254 (99.61% from 255 or 59.07% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFE01 is #5001FE. Grayscale: #CACACA. Windows color (decimal): -5243391 or 130735. OLE color: 130735.
HSL color Cylindrical-coordinate representation of color #AFFE01: hue angle of 78.74º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFFE01 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 1 | - |
| CMYK | 0.31 | 0 | 1.00 | 0.00 |
| HSL | 78.74º | 0.99% | 0.5% | - |
| HSV(B) | 78.74º | 1% | 1% | - |
| XYZ | 53.13 | 80 | 12.67 | - |
| YUV | 201.54 | 14.83 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 1 | 0.31 | 0 | 1.00 | 0.00 | 78.74 | 0.99 | 0.5 |
| Hex | AF | FE | 1 | 1F | 0 | 64 | 0 | 4F | 63 | 32 |
| Octal | 257 | 376 | 1 | 37 | 0 | 144 | 0 | 117 | 143 | 62 |
| Binary | 10101111 | 11111110 | 1 | 11111 | 0 | 1100100 | 0 | 1001111 | 1100011 | 110010 |
Color Harmonies of #AFFE01
Complementary color
Monochromatic Colors of #AFFE01
Black with #AFFE01
Text Example
Text Example
White with #AFFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFE01; }
p { color: rgb(175,254,1); }
H1.HeaderClassName
{
color: #AFFE01;
}
.AnyTagClassName
{
color: #AFFE01;
}
</style>
background-color css
<style>
a { background-color: #AFFE01; }
a { background-color: rgb(175,254,1); }
div.DivClassName
{
background-color: #AFFE01;
}
.BgClassName
{
background-color: #AFFE01;
}
</style>
border-color css
<style>
span { border-color: #AFFE01; }
span { border-color: rgb(175,254,1); }
td.TdClassName
{
border-color: #AFFE01;
}
.TagClassName
{
border-color: #AFFE01;
}
</style>