Shades of Green Yellow #B0FF4E
Tints of Green Yellow #B0FF4E
RGB
CMYK
RGB Variations
Color information
#B0FF4E (or 0xB0FF4E) is known color: Green Yellow. HEX triplet: B0, FF and 4E. RGB value is (176,255,78). Sum of RGB (Red+Green+Blue) = 176+255+78=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF4E is #4F00B1. Grayscale: #D3D3D3. Windows color (decimal): -5177522 or 5177264. OLE color: 5177264.
HSL color Cylindrical-coordinate representation of color #B0FF4E: hue angle of 86.78º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0FF4E is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 78 | - |
| CMYK | 0.31 | 0 | 0.69 | 0 |
| HSL | 86.78º | 1% | 0.65% | - |
| HSV(B) | 86.78º | 0.69% | 1% | - |
| XYZ | 55.04 | 81.3 | 20 | - |
| YUV | 211.2 | 52.83 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 78 | 0.31 | 0 | 0.69 | 0 | 86.78 | 1 | 0.65 |
| Hex | B0 | FF | 4E | 1F | 0 | 45 | 0 | 57 | 64 | 41 |
| Octal | 260 | 377 | 116 | 37 | 0 | 105 | 0 | 127 | 144 | 101 |
| Binary | 10110000 | 11111111 | 1001110 | 11111 | 0 | 1000101 | 0 | 1010111 | 1100100 | 1000001 |
Color Harmonies of #B0FF4E
Complementary color
Monochromatic Colors of #B0FF4E
Black with #B0FF4E
Text Example
Text Example
White with #B0FF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF4E; }
p { color: rgb(176,255,78); }
H1.HeaderClassName
{
color: #B0FF4E;
}
.AnyTagClassName
{
color: #B0FF4E;
}
</style>
background-color css
<style>
a { background-color: #B0FF4E; }
a { background-color: rgb(176,255,78); }
div.DivClassName
{
background-color: #B0FF4E;
}
.BgClassName
{
background-color: #B0FF4E;
}
</style>
border-color css
<style>
span { border-color: #B0FF4E; }
span { border-color: rgb(176,255,78); }
td.TdClassName
{
border-color: #B0FF4E;
}
.TagClassName
{
border-color: #B0FF4E;
}
</style>