Shades of Green Yellow #B0FB4A
Tints of Green Yellow #B0FB4A
RGB
CMYK
RGB Variations
Color information
#B0FB4A (or 0xB0FB4A) is known color: Green Yellow. HEX triplet: B0, FB and 4A. RGB value is (176,251,74). Sum of RGB (Red+Green+Blue) = 176+251+74=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FB4A is #4F04B5. Grayscale: #D1D1D1. Windows color (decimal): -5178550 or 4914096. OLE color: 4914096.
HSL color Cylindrical-coordinate representation of color #B0FB4A: hue angle of 85.42º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0FB4A is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 74 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.02 |
| HSL | 85.42º | 0.96% | 0.64% | - |
| HSV(B) | 85.42º | 0.71% | 0.98% | - |
| XYZ | 53.64 | 78.72 | 18.85 | - |
| YUV | 208.4 | 52.15 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 74 | 0.30 | 0 | 0.71 | 0.02 | 85.42 | 0.96 | 0.64 |
| Hex | B0 | FB | 4A | 1E | 0 | 47 | 2 | 55 | 60 | 40 |
| Octal | 260 | 373 | 112 | 36 | 0 | 107 | 2 | 125 | 140 | 100 |
| Binary | 10110000 | 11111011 | 1001010 | 11110 | 0 | 1000111 | 10 | 1010101 | 1100000 | 1000000 |
Color Harmonies of #B0FB4A
Complementary color
Monochromatic Colors of #B0FB4A
Black with #B0FB4A
Text Example
Text Example
White with #B0FB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FB4A; }
p { color: rgb(176,251,74); }
H1.HeaderClassName
{
color: #B0FB4A;
}
.AnyTagClassName
{
color: #B0FB4A;
}
</style>
background-color css
<style>
a { background-color: #B0FB4A; }
a { background-color: rgb(176,251,74); }
div.DivClassName
{
background-color: #B0FB4A;
}
.BgClassName
{
background-color: #B0FB4A;
}
</style>
border-color css
<style>
span { border-color: #B0FB4A; }
span { border-color: rgb(176,251,74); }
td.TdClassName
{
border-color: #B0FB4A;
}
.TagClassName
{
border-color: #B0FB4A;
}
</style>