Shades of Spring Bud #B6F502
Tints of Spring Bud #B6F502
RGB
CMYK
RGB Variations
Color information
#B6F502 (or 0xB6F502) is known color: Spring Bud. HEX triplet: B6, F5 and 02. RGB value is (182,245,2). Sum of RGB (Red+Green+Blue) = 182+245+2=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 245 (96.09% from 255 or 57.11% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 245 - color contains mainly: green. Hex color #B6F502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6F502 is #490AFD. Grayscale: #C7C7C7. Windows color (decimal): -4786942 or 193974. OLE color: 193974.
HSL color Cylindrical-coordinate representation of color #B6F502: hue angle of 75.56º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6F502 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 245 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.04 |
| HSL | 75.56º | 0.98% | 0.48% | - |
| HSV(B) | 75.56º | 0.99% | 0.96% | - |
| XYZ | 51.95 | 75.25 | 11.84 | - |
| YUV | 198.46 | 17.13 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 245 | 2 | 0.26 | 0 | 0.99 | 0.04 | 75.56 | 0.98 | 0.48 |
| Hex | B6 | F5 | 2 | 1A | 0 | 63 | 4 | 4C | 62 | 30 |
| Octal | 266 | 365 | 2 | 32 | 0 | 143 | 4 | 114 | 142 | 60 |
| Binary | 10110110 | 11110101 | 10 | 11010 | 0 | 1100011 | 100 | 1001100 | 1100010 | 110000 |
Color Harmonies of #B6F502
Complementary color
Monochromatic Colors of #B6F502
Black with #B6F502
Text Example
Text Example
White with #B6F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F502; }
p { color: rgb(182,245,2); }
H1.HeaderClassName
{
color: #B6F502;
}
.AnyTagClassName
{
color: #B6F502;
}
</style>
background-color css
<style>
a { background-color: #B6F502; }
a { background-color: rgb(182,245,2); }
div.DivClassName
{
background-color: #B6F502;
}
.BgClassName
{
background-color: #B6F502;
}
</style>
border-color css
<style>
span { border-color: #B6F502; }
span { border-color: rgb(182,245,2); }
td.TdClassName
{
border-color: #B6F502;
}
.TagClassName
{
border-color: #B6F502;
}
</style>