Shades of Spring Bud #AFF50B
Tints of Spring Bud #AFF50B
RGB
CMYK
RGB Variations
Color information
#AFF50B (or 0xAFF50B) is known color: Spring Bud. HEX triplet: AF, F5 and 0B. RGB value is (175,245,11). Sum of RGB (Red+Green+Blue) = 175+245+11=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 245 (96.09% from 255 or 56.84% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF50B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF50B is #500AF4. Grayscale: #C6C6C6. Windows color (decimal): -5245685 or 783791. OLE color: 783791.
HSL color Cylindrical-coordinate representation of color #AFF50B: hue angle of 77.95º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFF50B is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 11 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.04 |
| HSL | 77.95º | 0.92% | 0.5% | - |
| HSV(B) | 77.95º | 0.96% | 0.96% | - |
| XYZ | 50.39 | 74.44 | 12.03 | - |
| YUV | 197.39 | 22.81 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 11 | 0.29 | 0 | 0.96 | 0.04 | 77.95 | 0.92 | 0.5 |
| Hex | AF | F5 | B | 1D | 0 | 60 | 4 | 4E | 5C | 32 |
| Octal | 257 | 365 | 13 | 35 | 0 | 140 | 4 | 116 | 134 | 62 |
| Binary | 10101111 | 11110101 | 1011 | 11101 | 0 | 1100000 | 100 | 1001110 | 1011100 | 110010 |
Color Harmonies of #AFF50B
Complementary color
Monochromatic Colors of #AFF50B
Black with #AFF50B
Text Example
Text Example
White with #AFF50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF50B; }
p { color: rgb(175,245,11); }
H1.HeaderClassName
{
color: #AFF50B;
}
.AnyTagClassName
{
color: #AFF50B;
}
</style>
background-color css
<style>
a { background-color: #AFF50B; }
a { background-color: rgb(175,245,11); }
div.DivClassName
{
background-color: #AFF50B;
}
.BgClassName
{
background-color: #AFF50B;
}
</style>
border-color css
<style>
span { border-color: #AFF50B; }
span { border-color: rgb(175,245,11); }
td.TdClassName
{
border-color: #AFF50B;
}
.TagClassName
{
border-color: #AFF50B;
}
</style>