Shades of Spring Bud #AFF50F
Tints of Spring Bud #AFF50F
RGB
CMYK
RGB Variations
Color information
#AFF50F (or 0xAFF50F) is known color: Spring Bud. HEX triplet: AF, F5 and 0F. RGB value is (175,245,15). Sum of RGB (Red+Green+Blue) = 175+245+15=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 245 (96.09% from 255 or 56.32% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF50F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF50F is #500AF0. Grayscale: #C6C6C6. Windows color (decimal): -5245681 or 1045935. OLE color: 1045935.
HSL color Cylindrical-coordinate representation of color #AFF50F: hue angle of 78.26º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFF50F is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 15 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.04 |
| HSL | 78.26º | 0.92% | 0.51% | - |
| HSV(B) | 78.26º | 0.94% | 0.96% | - |
| XYZ | 50.42 | 74.45 | 12.17 | - |
| YUV | 197.85 | 24.81 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 15 | 0.29 | 0 | 0.94 | 0.04 | 78.26 | 0.92 | 0.51 |
| Hex | AF | F5 | F | 1D | 0 | 5E | 4 | 4E | 5C | 33 |
| Octal | 257 | 365 | 17 | 35 | 0 | 136 | 4 | 116 | 134 | 63 |
| Binary | 10101111 | 11110101 | 1111 | 11101 | 0 | 1011110 | 100 | 1001110 | 1011100 | 110011 |
Color Harmonies of #AFF50F
Complementary color
Monochromatic Colors of #AFF50F
Black with #AFF50F
Text Example
Text Example
White with #AFF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF50F; }
p { color: rgb(175,245,15); }
H1.HeaderClassName
{
color: #AFF50F;
}
.AnyTagClassName
{
color: #AFF50F;
}
</style>
background-color css
<style>
a { background-color: #AFF50F; }
a { background-color: rgb(175,245,15); }
div.DivClassName
{
background-color: #AFF50F;
}
.BgClassName
{
background-color: #AFF50F;
}
</style>
border-color css
<style>
span { border-color: #AFF50F; }
span { border-color: rgb(175,245,15); }
td.TdClassName
{
border-color: #AFF50F;
}
.TagClassName
{
border-color: #AFF50F;
}
</style>