Shades of Green Yellow #B0F546
Tints of Green Yellow #B0F546
RGB
CMYK
RGB Variations
Color information
#B0F546 (or 0xB0F546) is known color: Green Yellow. HEX triplet: B0, F5 and 46. RGB value is (176,245,70). Sum of RGB (Red+Green+Blue) = 176+245+70=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F546 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F546 is #4F0AB9. Grayscale: #CDCDCD. Windows color (decimal): -5180090 or 4650416. OLE color: 4650416.
HSL color Cylindrical-coordinate representation of color #B0F546: hue angle of 83.66º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0F546 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 245 | 70 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.04 |
| HSL | 83.66º | 0.9% | 0.62% | - |
| HSV(B) | 83.66º | 0.71% | 0.96% | - |
| XYZ | 51.66 | 74.98 | 17.54 | - |
| YUV | 204.42 | 52.14 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 245 | 70 | 0.28 | 0 | 0.71 | 0.04 | 83.66 | 0.9 | 0.62 |
| Hex | B0 | F5 | 46 | 1C | 0 | 47 | 4 | 54 | 5A | 3E |
| Octal | 260 | 365 | 106 | 34 | 0 | 107 | 4 | 124 | 132 | 76 |
| Binary | 10110000 | 11110101 | 1000110 | 11100 | 0 | 1000111 | 100 | 1010100 | 1011010 | 111110 |
Color Harmonies of #B0F546
Complementary color
Monochromatic Colors of #B0F546
Black with #B0F546
Text Example
Text Example
White with #B0F546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F546; }
p { color: rgb(176,245,70); }
H1.HeaderClassName
{
color: #B0F546;
}
.AnyTagClassName
{
color: #B0F546;
}
</style>
background-color css
<style>
a { background-color: #B0F546; }
a { background-color: rgb(176,245,70); }
div.DivClassName
{
background-color: #B0F546;
}
.BgClassName
{
background-color: #B0F546;
}
</style>
border-color css
<style>
span { border-color: #B0F546; }
span { border-color: rgb(176,245,70); }
td.TdClassName
{
border-color: #B0F546;
}
.TagClassName
{
border-color: #B0F546;
}
</style>