Shades of Spring Bud #B6FE0D
Tints of Spring Bud #B6FE0D
RGB
CMYK
RGB Variations
Color information
#B6FE0D (or 0xB6FE0D) is known color: Spring Bud. HEX triplet: B6, FE and 0D. RGB value is (182,254,13). Sum of RGB (Red+Green+Blue) = 182+254+13=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 254 (99.61% from 255 or 56.57% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FE0D is #4901F2. Grayscale: #CDCDCD. Windows color (decimal): -4784627 or 917174. OLE color: 917174.
HSL color Cylindrical-coordinate representation of color #B6FE0D: hue angle of 77.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6FE0D is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 254 | 13 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.00 |
| HSL | 77.93º | 0.99% | 0.52% | - |
| HSV(B) | 77.93º | 0.95% | 1% | - |
| XYZ | 54.81 | 80.86 | 13.1 | - |
| YUV | 205 | 19.65 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 254 | 13 | 0.28 | 0 | 0.95 | 0.00 | 77.93 | 0.99 | 0.52 |
| Hex | B6 | FE | D | 1C | 0 | 5F | 0 | 4E | 63 | 34 |
| Octal | 266 | 376 | 15 | 34 | 0 | 137 | 0 | 116 | 143 | 64 |
| Binary | 10110110 | 11111110 | 1101 | 11100 | 0 | 1011111 | 0 | 1001110 | 1100011 | 110100 |
Color Harmonies of #B6FE0D
Complementary color
Monochromatic Colors of #B6FE0D
Black with #B6FE0D
Text Example
Text Example
White with #B6FE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FE0D; }
p { color: rgb(182,254,13); }
H1.HeaderClassName
{
color: #B6FE0D;
}
.AnyTagClassName
{
color: #B6FE0D;
}
</style>
background-color css
<style>
a { background-color: #B6FE0D; }
a { background-color: rgb(182,254,13); }
div.DivClassName
{
background-color: #B6FE0D;
}
.BgClassName
{
background-color: #B6FE0D;
}
</style>
border-color css
<style>
span { border-color: #B6FE0D; }
span { border-color: rgb(182,254,13); }
td.TdClassName
{
border-color: #B6FE0D;
}
.TagClassName
{
border-color: #B6FE0D;
}
</style>