Shades of Green Yellow #B0FC19
Tints of Green Yellow #B0FC19
RGB
CMYK
RGB Variations
Color information
#B0FC19 (or 0xB0FC19) is known color: Green Yellow. HEX triplet: B0, FC and 19. RGB value is (176,252,25). Sum of RGB (Red+Green+Blue) = 176+252+25=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 252 (98.83% from 255 or 55.63% from 453); Blue value is 25 (10.16% from 255 or 5.52% from 453); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FC19 is #4F03E6. Grayscale: #CCCCCC. Windows color (decimal): -5178343 or 1703088. OLE color: 1703088.
HSL color Cylindrical-coordinate representation of color #B0FC19: hue angle of 80.09º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0FC19 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 25 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.01 |
| HSL | 80.09º | 0.97% | 0.54% | - |
| HSV(B) | 80.09º | 0.9% | 0.99% | - |
| XYZ | 52.89 | 78.92 | 13.37 | - |
| YUV | 203.4 | 27.32 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 25 | 0.30 | 0 | 0.90 | 0.01 | 80.09 | 0.97 | 0.54 |
| Hex | B0 | FC | 19 | 1E | 0 | 5A | 1 | 50 | 61 | 36 |
| Octal | 260 | 374 | 31 | 36 | 0 | 132 | 1 | 120 | 141 | 66 |
| Binary | 10110000 | 11111100 | 11001 | 11110 | 0 | 1011010 | 1 | 1010000 | 1100001 | 110110 |
Color Harmonies of #B0FC19
Complementary color
Monochromatic Colors of #B0FC19
Black with #B0FC19
Text Example
Text Example
White with #B0FC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC19; }
p { color: rgb(176,252,25); }
H1.HeaderClassName
{
color: #B0FC19;
}
.AnyTagClassName
{
color: #B0FC19;
}
</style>
background-color css
<style>
a { background-color: #B0FC19; }
a { background-color: rgb(176,252,25); }
div.DivClassName
{
background-color: #B0FC19;
}
.BgClassName
{
background-color: #B0FC19;
}
</style>
border-color css
<style>
span { border-color: #B0FC19; }
span { border-color: rgb(176,252,25); }
td.TdClassName
{
border-color: #B0FC19;
}
.TagClassName
{
border-color: #B0FC19;
}
</style>