Shades of Green Yellow #B0FA4A
Tints of Green Yellow #B0FA4A
RGB
CMYK
RGB Variations
Color information
#B0FA4A (or 0xB0FA4A) is known color: Green Yellow. HEX triplet: B0, FA and 4A. RGB value is (176,250,74). Sum of RGB (Red+Green+Blue) = 176+250+74=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FA4A is #4F05B5. Grayscale: #D0D0D0. Windows color (decimal): -5178806 or 4913840. OLE color: 4913840.
HSL color Cylindrical-coordinate representation of color #B0FA4A: hue angle of 85.23º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0FA4A is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 74 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.02 |
| HSL | 85.23º | 0.95% | 0.64% | - |
| HSV(B) | 85.23º | 0.7% | 0.98% | - |
| XYZ | 53.33 | 78.1 | 18.74 | - |
| YUV | 207.81 | 52.48 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 74 | 0.30 | 0 | 0.70 | 0.02 | 85.23 | 0.95 | 0.64 |
| Hex | B0 | FA | 4A | 1E | 0 | 46 | 2 | 55 | 5F | 40 |
| Octal | 260 | 372 | 112 | 36 | 0 | 106 | 2 | 125 | 137 | 100 |
| Binary | 10110000 | 11111010 | 1001010 | 11110 | 0 | 1000110 | 10 | 1010101 | 1011111 | 1000000 |
Color Harmonies of #B0FA4A
Complementary color
Monochromatic Colors of #B0FA4A
Black with #B0FA4A
Text Example
Text Example
White with #B0FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FA4A; }
p { color: rgb(176,250,74); }
H1.HeaderClassName
{
color: #B0FA4A;
}
.AnyTagClassName
{
color: #B0FA4A;
}
</style>
background-color css
<style>
a { background-color: #B0FA4A; }
a { background-color: rgb(176,250,74); }
div.DivClassName
{
background-color: #B0FA4A;
}
.BgClassName
{
background-color: #B0FA4A;
}
</style>
border-color css
<style>
span { border-color: #B0FA4A; }
span { border-color: rgb(176,250,74); }
td.TdClassName
{
border-color: #B0FA4A;
}
.TagClassName
{
border-color: #B0FA4A;
}
</style>