Shades of Spring Bud #AFF50D
Tints of Spring Bud #AFF50D
RGB
CMYK
RGB Variations
Color information
#AFF50D (or 0xAFF50D) is known color: Spring Bud. HEX triplet: AF, F5 and 0D. RGB value is (175,245,13). Sum of RGB (Red+Green+Blue) = 175+245+13=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 245 (96.09% from 255 or 56.58% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF50D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF50D is #500AF2. Grayscale: #C6C6C6. Windows color (decimal): -5245683 or 914863. OLE color: 914863.
HSL color Cylindrical-coordinate representation of color #AFF50D: hue angle of 78.1º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFF50D is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 13 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.04 |
| HSL | 78.1º | 0.92% | 0.51% | - |
| HSV(B) | 78.1º | 0.95% | 0.96% | - |
| XYZ | 50.4 | 74.45 | 12.09 | - |
| YUV | 197.62 | 23.81 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 13 | 0.29 | 0 | 0.95 | 0.04 | 78.1 | 0.92 | 0.51 |
| Hex | AF | F5 | D | 1D | 0 | 5F | 4 | 4E | 5C | 33 |
| Octal | 257 | 365 | 15 | 35 | 0 | 137 | 4 | 116 | 134 | 63 |
| Binary | 10101111 | 11110101 | 1101 | 11101 | 0 | 1011111 | 100 | 1001110 | 1011100 | 110011 |
Color Harmonies of #AFF50D
Complementary color
Monochromatic Colors of #AFF50D
Black with #AFF50D
Text Example
Text Example
White with #AFF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF50D; }
p { color: rgb(175,245,13); }
H1.HeaderClassName
{
color: #AFF50D;
}
.AnyTagClassName
{
color: #AFF50D;
}
</style>
background-color css
<style>
a { background-color: #AFF50D; }
a { background-color: rgb(175,245,13); }
div.DivClassName
{
background-color: #AFF50D;
}
.BgClassName
{
background-color: #AFF50D;
}
</style>
border-color css
<style>
span { border-color: #AFF50D; }
span { border-color: rgb(175,245,13); }
td.TdClassName
{
border-color: #AFF50D;
}
.TagClassName
{
border-color: #AFF50D;
}
</style>