Shades of Spring Bud #AFF40B
Tints of Spring Bud #AFF40B
RGB
CMYK
RGB Variations
Color information
#AFF40B (or 0xAFF40B) is known color: Spring Bud. HEX triplet: AF, F4 and 0B. RGB value is (175,244,11). Sum of RGB (Red+Green+Blue) = 175+244+11=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 244 (95.70% from 255 or 56.74% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF40B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF40B is #500BF4. Grayscale: #C5C5C5. Windows color (decimal): -5245941 or 783535. OLE color: 783535.
HSL color Cylindrical-coordinate representation of color #AFF40B: hue angle of 77.77º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFF40B is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 11 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.04 |
| HSL | 77.77º | 0.91% | 0.5% | - |
| HSV(B) | 77.77º | 0.95% | 0.96% | - |
| XYZ | 50.09 | 73.84 | 11.93 | - |
| YUV | 196.81 | 23.14 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 11 | 0.28 | 0 | 0.95 | 0.04 | 77.77 | 0.91 | 0.5 |
| Hex | AF | F4 | B | 1C | 0 | 5F | 4 | 4E | 5B | 32 |
| Octal | 257 | 364 | 13 | 34 | 0 | 137 | 4 | 116 | 133 | 62 |
| Binary | 10101111 | 11110100 | 1011 | 11100 | 0 | 1011111 | 100 | 1001110 | 1011011 | 110010 |
Color Harmonies of #AFF40B
Complementary color
Monochromatic Colors of #AFF40B
Black with #AFF40B
Text Example
Text Example
White with #AFF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF40B; }
p { color: rgb(175,244,11); }
H1.HeaderClassName
{
color: #AFF40B;
}
.AnyTagClassName
{
color: #AFF40B;
}
</style>
background-color css
<style>
a { background-color: #AFF40B; }
a { background-color: rgb(175,244,11); }
div.DivClassName
{
background-color: #AFF40B;
}
.BgClassName
{
background-color: #AFF40B;
}
</style>
border-color css
<style>
span { border-color: #AFF40B; }
span { border-color: rgb(175,244,11); }
td.TdClassName
{
border-color: #AFF40B;
}
.TagClassName
{
border-color: #AFF40B;
}
</style>