Shades of Spring Bud #ABF30D
Tints of Spring Bud #ABF30D
RGB
CMYK
RGB Variations
Color information
#ABF30D (or 0xABF30D) is known color: Spring Bud. HEX triplet: AB, F3 and 0D. RGB value is (171,243,13). Sum of RGB (Red+Green+Blue) = 171+243+13=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF30D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF30D is #540CF2. Grayscale: #C4C4C4. Windows color (decimal): -5508339 or 914347. OLE color: 914347.
HSL color Cylindrical-coordinate representation of color #ABF30D: hue angle of 78.78º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABF30D is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 13 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.05 |
| HSL | 78.78º | 0.91% | 0.5% | - |
| HSV(B) | 78.78º | 0.95% | 0.95% | - |
| XYZ | 48.92 | 72.79 | 11.85 | - |
| YUV | 195.25 | 25.15 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 13 | 0.30 | 0 | 0.95 | 0.05 | 78.78 | 0.91 | 0.5 |
| Hex | AB | F3 | D | 1E | 0 | 5F | 5 | 4F | 5B | 32 |
| Octal | 253 | 363 | 15 | 36 | 0 | 137 | 5 | 117 | 133 | 62 |
| Binary | 10101011 | 11110011 | 1101 | 11110 | 0 | 1011111 | 101 | 1001111 | 1011011 | 110010 |
Color Harmonies of #ABF30D
Complementary color
Monochromatic Colors of #ABF30D
Black with #ABF30D
Text Example
Text Example
White with #ABF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF30D; }
p { color: rgb(171,243,13); }
H1.HeaderClassName
{
color: #ABF30D;
}
.AnyTagClassName
{
color: #ABF30D;
}
</style>
background-color css
<style>
a { background-color: #ABF30D; }
a { background-color: rgb(171,243,13); }
div.DivClassName
{
background-color: #ABF30D;
}
.BgClassName
{
background-color: #ABF30D;
}
</style>
border-color css
<style>
span { border-color: #ABF30D; }
span { border-color: rgb(171,243,13); }
td.TdClassName
{
border-color: #ABF30D;
}
.TagClassName
{
border-color: #ABF30D;
}
</style>