Shades of Green Yellow #B0FF4B
Tints of Green Yellow #B0FF4B
RGB
CMYK
RGB Variations
Color information
#B0FF4B (or 0xB0FF4B) is known color: Green Yellow. HEX triplet: B0, FF and 4B. RGB value is (176,255,75). Sum of RGB (Red+Green+Blue) = 176+255+75=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FF4B is #4F00B4. Grayscale: #D3D3D3. Windows color (decimal): -5177525 or 4980656. OLE color: 4980656.
HSL color Cylindrical-coordinate representation of color #B0FF4B: hue angle of 86.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0FF4B is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 75 | - |
| CMYK | 0.31 | 0 | 0.71 | 0 |
| HSL | 86.33º | 1% | 0.65% | - |
| HSV(B) | 86.33º | 0.71% | 1% | - |
| XYZ | 54.93 | 81.26 | 19.45 | - |
| YUV | 210.86 | 51.33 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 75 | 0.31 | 0 | 0.71 | 0 | 86.33 | 1 | 0.65 |
| Hex | B0 | FF | 4B | 1F | 0 | 47 | 0 | 56 | 64 | 41 |
| Octal | 260 | 377 | 113 | 37 | 0 | 107 | 0 | 126 | 144 | 101 |
| Binary | 10110000 | 11111111 | 1001011 | 11111 | 0 | 1000111 | 0 | 1010110 | 1100100 | 1000001 |
Color Harmonies of #B0FF4B
Complementary color
Monochromatic Colors of #B0FF4B
Black with #B0FF4B
Text Example
Text Example
White with #B0FF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF4B; }
p { color: rgb(176,255,75); }
H1.HeaderClassName
{
color: #B0FF4B;
}
.AnyTagClassName
{
color: #B0FF4B;
}
</style>
background-color css
<style>
a { background-color: #B0FF4B; }
a { background-color: rgb(176,255,75); }
div.DivClassName
{
background-color: #B0FF4B;
}
.BgClassName
{
background-color: #B0FF4B;
}
</style>
border-color css
<style>
span { border-color: #B0FF4B; }
span { border-color: rgb(176,255,75); }
td.TdClassName
{
border-color: #B0FF4B;
}
.TagClassName
{
border-color: #B0FF4B;
}
</style>