Shades of Green Yellow #B0F841
Tints of Green Yellow #B0F841
RGB
CMYK
RGB Variations
Color information
#B0F841 (or 0xB0F841) is known color: Green Yellow. HEX triplet: B0, F8 and 41. RGB value is (176,248,65). Sum of RGB (Red+Green+Blue) = 176+248+65=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F841 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F841 is #4F07BE. Grayscale: #CECECE. Windows color (decimal): -5179327 or 4323504. OLE color: 4323504.
HSL color Cylindrical-coordinate representation of color #B0F841: hue angle of 83.61º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0F841 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 65 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.03 |
| HSL | 83.61º | 0.93% | 0.61% | - |
| HSV(B) | 83.61º | 0.74% | 0.97% | - |
| XYZ | 52.43 | 76.75 | 17.05 | - |
| YUV | 205.61 | 48.65 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 65 | 0.29 | 0 | 0.74 | 0.03 | 83.61 | 0.93 | 0.61 |
| Hex | B0 | F8 | 41 | 1D | 0 | 4A | 3 | 54 | 5D | 3D |
| Octal | 260 | 370 | 101 | 35 | 0 | 112 | 3 | 124 | 135 | 75 |
| Binary | 10110000 | 11111000 | 1000001 | 11101 | 0 | 1001010 | 11 | 1010100 | 1011101 | 111101 |
Color Harmonies of #B0F841
Complementary color
Monochromatic Colors of #B0F841
Black with #B0F841
Text Example
Text Example
White with #B0F841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F841; }
p { color: rgb(176,248,65); }
H1.HeaderClassName
{
color: #B0F841;
}
.AnyTagClassName
{
color: #B0F841;
}
</style>
background-color css
<style>
a { background-color: #B0F841; }
a { background-color: rgb(176,248,65); }
div.DivClassName
{
background-color: #B0F841;
}
.BgClassName
{
background-color: #B0F841;
}
</style>
border-color css
<style>
span { border-color: #B0F841; }
span { border-color: rgb(176,248,65); }
td.TdClassName
{
border-color: #B0F841;
}
.TagClassName
{
border-color: #B0F841;
}
</style>