Shades of Green Yellow #B0F233
Tints of Green Yellow #B0F233
RGB
CMYK
RGB Variations
Color information
#B0F233 (or 0xB0F233) is known color: Green Yellow. HEX triplet: B0, F2 and 33. RGB value is (176,242,51). Sum of RGB (Red+Green+Blue) = 176+242+51=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F233 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F233 is #4F0DCC. Grayscale: #C9C9C9. Windows color (decimal): -5180877 or 3404464. OLE color: 3404464.
HSL color Cylindrical-coordinate representation of color #B0F233: hue angle of 80.73º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0F233 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 51 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.05 |
| HSL | 80.73º | 0.88% | 0.57% | - |
| HSV(B) | 80.73º | 0.79% | 0.95% | - |
| XYZ | 50.25 | 72.97 | 14.57 | - |
| YUV | 200.49 | 43.63 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 51 | 0.27 | 0 | 0.79 | 0.05 | 80.73 | 0.88 | 0.57 |
| Hex | B0 | F2 | 33 | 1B | 0 | 4F | 5 | 51 | 58 | 39 |
| Octal | 260 | 362 | 63 | 33 | 0 | 117 | 5 | 121 | 130 | 71 |
| Binary | 10110000 | 11110010 | 110011 | 11011 | 0 | 1001111 | 101 | 1010001 | 1011000 | 111001 |
Color Harmonies of #B0F233
Complementary color
Monochromatic Colors of #B0F233
Black with #B0F233
Text Example
Text Example
White with #B0F233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F233; }
p { color: rgb(176,242,51); }
H1.HeaderClassName
{
color: #B0F233;
}
.AnyTagClassName
{
color: #B0F233;
}
</style>
background-color css
<style>
a { background-color: #B0F233; }
a { background-color: rgb(176,242,51); }
div.DivClassName
{
background-color: #B0F233;
}
.BgClassName
{
background-color: #B0F233;
}
</style>
border-color css
<style>
span { border-color: #B0F233; }
span { border-color: rgb(176,242,51); }
td.TdClassName
{
border-color: #B0F233;
}
.TagClassName
{
border-color: #B0F233;
}
</style>