Shades of Spring Bud #B6FE13
Tints of Spring Bud #B6FE13
RGB
CMYK
RGB Variations
Color information
#B6FE13 (or 0xB6FE13) is known color: Spring Bud. HEX triplet: B6, FE and 13. RGB value is (182,254,19). Sum of RGB (Red+Green+Blue) = 182+254+19=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FE13 is #4901EC. Grayscale: #CECECE. Windows color (decimal): -4784621 or 1310390. OLE color: 1310390.
HSL color Cylindrical-coordinate representation of color #B6FE13: hue angle of 78.38º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6FE13 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 254 | 19 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.00 |
| HSL | 78.38º | 0.99% | 0.54% | - |
| HSV(B) | 78.38º | 0.93% | 1% | - |
| XYZ | 54.85 | 80.88 | 13.34 | - |
| YUV | 205.68 | 22.65 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 254 | 19 | 0.28 | 0 | 0.93 | 0.00 | 78.38 | 0.99 | 0.54 |
| Hex | B6 | FE | 13 | 1C | 0 | 5D | 0 | 4E | 63 | 36 |
| Octal | 266 | 376 | 23 | 34 | 0 | 135 | 0 | 116 | 143 | 66 |
| Binary | 10110110 | 11111110 | 10011 | 11100 | 0 | 1011101 | 0 | 1001110 | 1100011 | 110110 |
Color Harmonies of #B6FE13
Complementary color
Monochromatic Colors of #B6FE13
Black with #B6FE13
Text Example
Text Example
White with #B6FE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FE13; }
p { color: rgb(182,254,19); }
H1.HeaderClassName
{
color: #B6FE13;
}
.AnyTagClassName
{
color: #B6FE13;
}
</style>
background-color css
<style>
a { background-color: #B6FE13; }
a { background-color: rgb(182,254,19); }
div.DivClassName
{
background-color: #B6FE13;
}
.BgClassName
{
background-color: #B6FE13;
}
</style>
border-color css
<style>
span { border-color: #B6FE13; }
span { border-color: rgb(182,254,19); }
td.TdClassName
{
border-color: #B6FE13;
}
.TagClassName
{
border-color: #B6FE13;
}
</style>