Shades of Green Yellow #B0FF44
Tints of Green Yellow #B0FF44
RGB
CMYK
RGB Variations
Color information
#B0FF44 (or 0xB0FF44) is known color: Green Yellow. HEX triplet: B0, FF and 44. RGB value is (176,255,68). Sum of RGB (Red+Green+Blue) = 176+255+68=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FF44 is #4F00BB. Grayscale: #D2D2D2. Windows color (decimal): -5177532 or 4521904. OLE color: 4521904.
HSL color Cylindrical-coordinate representation of color #B0FF44: hue angle of 85.35º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0FF44 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 68 | - |
| CMYK | 0.31 | 0 | 0.73 | 0 |
| HSL | 85.35º | 1% | 0.63% | - |
| HSV(B) | 85.35º | 0.73% | 1% | - |
| XYZ | 54.71 | 81.17 | 18.25 | - |
| YUV | 210.06 | 47.83 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 68 | 0.31 | 0 | 0.73 | 0 | 85.35 | 1 | 0.63 |
| Hex | B0 | FF | 44 | 1F | 0 | 49 | 0 | 55 | 64 | 3F |
| Octal | 260 | 377 | 104 | 37 | 0 | 111 | 0 | 125 | 144 | 77 |
| Binary | 10110000 | 11111111 | 1000100 | 11111 | 0 | 1001001 | 0 | 1010101 | 1100100 | 111111 |
Color Harmonies of #B0FF44
Complementary color
Monochromatic Colors of #B0FF44
Black with #B0FF44
Text Example
Text Example
White with #B0FF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF44; }
p { color: rgb(176,255,68); }
H1.HeaderClassName
{
color: #B0FF44;
}
.AnyTagClassName
{
color: #B0FF44;
}
</style>
background-color css
<style>
a { background-color: #B0FF44; }
a { background-color: rgb(176,255,68); }
div.DivClassName
{
background-color: #B0FF44;
}
.BgClassName
{
background-color: #B0FF44;
}
</style>
border-color css
<style>
span { border-color: #B0FF44; }
span { border-color: rgb(176,255,68); }
td.TdClassName
{
border-color: #B0FF44;
}
.TagClassName
{
border-color: #B0FF44;
}
</style>