Shades of Spring Bud #AFF305
Tints of Spring Bud #AFF305
RGB
CMYK
RGB Variations
Color information
#AFF305 (or 0xAFF305) is known color: Spring Bud. HEX triplet: AF, F3 and 05. RGB value is (175,243,5). Sum of RGB (Red+Green+Blue) = 175+243+5=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 243 (95.31% from 255 or 57.45% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF305 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF305 is #500CFA. Grayscale: #C4C4C4. Windows color (decimal): -5246203 or 390063. OLE color: 390063.
HSL color Cylindrical-coordinate representation of color #AFF305: hue angle of 77.14º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFF305 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.05 |
| HSL | 77.14º | 0.96% | 0.49% | - |
| HSV(B) | 77.14º | 0.98% | 0.95% | - |
| XYZ | 49.76 | 73.23 | 11.66 | - |
| YUV | 195.54 | 20.47 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 5 | 0.28 | 0 | 0.98 | 0.05 | 77.14 | 0.96 | 0.49 |
| Hex | AF | F3 | 5 | 1C | 0 | 62 | 5 | 4D | 60 | 31 |
| Octal | 257 | 363 | 5 | 34 | 0 | 142 | 5 | 115 | 140 | 61 |
| Binary | 10101111 | 11110011 | 101 | 11100 | 0 | 1100010 | 101 | 1001101 | 1100000 | 110001 |
Color Harmonies of #AFF305
Complementary color
Monochromatic Colors of #AFF305
Black with #AFF305
Text Example
Text Example
White with #AFF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF305; }
p { color: rgb(175,243,5); }
H1.HeaderClassName
{
color: #AFF305;
}
.AnyTagClassName
{
color: #AFF305;
}
</style>
background-color css
<style>
a { background-color: #AFF305; }
a { background-color: rgb(175,243,5); }
div.DivClassName
{
background-color: #AFF305;
}
.BgClassName
{
background-color: #AFF305;
}
</style>
border-color css
<style>
span { border-color: #AFF305; }
span { border-color: rgb(175,243,5); }
td.TdClassName
{
border-color: #AFF305;
}
.TagClassName
{
border-color: #AFF305;
}
</style>