Shades of Sulu #B0FB7A
Tints of Sulu #B0FB7A
RGB
CMYK
RGB Variations
Color information
#B0FB7A (or 0xB0FB7A) is known color: Sulu. HEX triplet: B0, FB and 7A. RGB value is (176,251,122). Sum of RGB (Red+Green+Blue) = 176+251+122=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB7A is #4F0485. Grayscale: #D6D6D6. Windows color (decimal): -5178502 or 8059824. OLE color: 8059824.
HSL color Cylindrical-coordinate representation of color #B0FB7A: hue angle of 94.88º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0FB7A is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 122 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.02 |
| HSL | 94.88º | 0.94% | 0.73% | - |
| HSV(B) | 94.88º | 0.51% | 0.98% | - |
| XYZ | 55.91 | 79.63 | 30.84 | - |
| YUV | 213.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 122 | 0.30 | 0 | 0.51 | 0.02 | 94.88 | 0.94 | 0.73 |
| Hex | B0 | FB | 7A | 1E | 0 | 33 | 2 | 5F | 5E | 49 |
| Octal | 260 | 373 | 172 | 36 | 0 | 63 | 2 | 137 | 136 | 111 |
| Binary | 10110000 | 11111011 | 1111010 | 11110 | 0 | 110011 | 10 | 1011111 | 1011110 | 1001001 |
Color Harmonies of #B0FB7A
Complementary color
Monochromatic Colors of #B0FB7A
Black with #B0FB7A
Text Example
Text Example
White with #B0FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FB7A; }
p { color: rgb(176,251,122); }
H1.HeaderClassName
{
color: #B0FB7A;
}
.AnyTagClassName
{
color: #B0FB7A;
}
</style>
background-color css
<style>
a { background-color: #B0FB7A; }
a { background-color: rgb(176,251,122); }
div.DivClassName
{
background-color: #B0FB7A;
}
.BgClassName
{
background-color: #B0FB7A;
}
</style>
border-color css
<style>
span { border-color: #B0FB7A; }
span { border-color: rgb(176,251,122); }
td.TdClassName
{
border-color: #B0FB7A;
}
.TagClassName
{
border-color: #B0FB7A;
}
</style>