Shades of Green Yellow #B0F22D
Tints of Green Yellow #B0F22D
RGB
CMYK
RGB Variations
Color information
#B0F22D (or 0xB0F22D) is known color: Green Yellow. HEX triplet: B0, F2 and 2D. RGB value is (176,242,45). Sum of RGB (Red+Green+Blue) = 176+242+45=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F22D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F22D is #4F0DD2. Grayscale: #C8C8C8. Windows color (decimal): -5180883 or 3011248. OLE color: 3011248.
HSL color Cylindrical-coordinate representation of color #B0F22D: hue angle of 80.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0F22D is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 45 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.05 |
| HSL | 80.1º | 0.88% | 0.56% | - |
| HSV(B) | 80.1º | 0.81% | 0.95% | - |
| XYZ | 50.13 | 72.92 | 13.92 | - |
| YUV | 199.81 | 40.63 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 45 | 0.27 | 0 | 0.81 | 0.05 | 80.1 | 0.88 | 0.56 |
| Hex | B0 | F2 | 2D | 1B | 0 | 51 | 5 | 50 | 58 | 38 |
| Octal | 260 | 362 | 55 | 33 | 0 | 121 | 5 | 120 | 130 | 70 |
| Binary | 10110000 | 11110010 | 101101 | 11011 | 0 | 1010001 | 101 | 1010000 | 1011000 | 111000 |
Color Harmonies of #B0F22D
Complementary color
Monochromatic Colors of #B0F22D
Black with #B0F22D
Text Example
Text Example
White with #B0F22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F22D; }
p { color: rgb(176,242,45); }
H1.HeaderClassName
{
color: #B0F22D;
}
.AnyTagClassName
{
color: #B0F22D;
}
</style>
background-color css
<style>
a { background-color: #B0F22D; }
a { background-color: rgb(176,242,45); }
div.DivClassName
{
background-color: #B0F22D;
}
.BgClassName
{
background-color: #B0F22D;
}
</style>
border-color css
<style>
span { border-color: #B0F22D; }
span { border-color: rgb(176,242,45); }
td.TdClassName
{
border-color: #B0F22D;
}
.TagClassName
{
border-color: #B0F22D;
}
</style>