Shades of Green Yellow #B0F545
Tints of Green Yellow #B0F545
RGB
CMYK
RGB Variations
Color information
#B0F545 (or 0xB0F545) is known color: Green Yellow. HEX triplet: B0, F5 and 45. RGB value is (176,245,69). Sum of RGB (Red+Green+Blue) = 176+245+69=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F545 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F545 is #4F0ABA. Grayscale: #CCCCCC. Windows color (decimal): -5180091 or 4584880. OLE color: 4584880.
HSL color Cylindrical-coordinate representation of color #B0F545: hue angle of 83.52º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0F545 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 245 | 69 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.04 |
| HSL | 83.52º | 0.9% | 0.62% | - |
| HSV(B) | 83.52º | 0.72% | 0.96% | - |
| XYZ | 51.63 | 74.96 | 17.38 | - |
| YUV | 204.31 | 51.64 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 245 | 69 | 0.28 | 0 | 0.72 | 0.04 | 83.52 | 0.9 | 0.62 |
| Hex | B0 | F5 | 45 | 1C | 0 | 48 | 4 | 54 | 5A | 3E |
| Octal | 260 | 365 | 105 | 34 | 0 | 110 | 4 | 124 | 132 | 76 |
| Binary | 10110000 | 11110101 | 1000101 | 11100 | 0 | 1001000 | 100 | 1010100 | 1011010 | 111110 |
Color Harmonies of #B0F545
Complementary color
Monochromatic Colors of #B0F545
Black with #B0F545
Text Example
Text Example
White with #B0F545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F545; }
p { color: rgb(176,245,69); }
H1.HeaderClassName
{
color: #B0F545;
}
.AnyTagClassName
{
color: #B0F545;
}
</style>
background-color css
<style>
a { background-color: #B0F545; }
a { background-color: rgb(176,245,69); }
div.DivClassName
{
background-color: #B0F545;
}
.BgClassName
{
background-color: #B0F545;
}
</style>
border-color css
<style>
span { border-color: #B0F545; }
span { border-color: rgb(176,245,69); }
td.TdClassName
{
border-color: #B0F545;
}
.TagClassName
{
border-color: #B0F545;
}
</style>