Shades of Sulu #B1FF7B
Tints of Sulu #B1FF7B
RGB
CMYK
RGB Variations
Color information
#B1FF7B (or 0xB1FF7B) is known color: Sulu. HEX triplet: B1, FF and 7B. RGB value is (177,255,123). Sum of RGB (Red+Green+Blue) = 177+255+123=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FF7B is #4E0084. Grayscale: #D9D9D9. Windows color (decimal): -5111941 or 8126385. OLE color: 8126385.
HSL color Cylindrical-coordinate representation of color #B1FF7B: hue angle of 95.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1FF7B is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 123 | - |
| CMYK | 0.31 | 0 | 0.52 | 0 |
| HSL | 95.45º | 1% | 0.74% | - |
| HSV(B) | 95.45º | 0.52% | 1% | - |
| XYZ | 57.47 | 82.3 | 31.6 | - |
| YUV | 216.63 | 75.16 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 123 | 0.31 | 0 | 0.52 | 0 | 95.45 | 1 | 0.74 |
| Hex | B1 | FF | 7B | 1F | 0 | 34 | 0 | 5F | 64 | 4A |
| Octal | 261 | 377 | 173 | 37 | 0 | 64 | 0 | 137 | 144 | 112 |
| Binary | 10110001 | 11111111 | 1111011 | 11111 | 0 | 110100 | 0 | 1011111 | 1100100 | 1001010 |
Color Harmonies of #B1FF7B
Complementary color
Monochromatic Colors of #B1FF7B
Black with #B1FF7B
Text Example
Text Example
White with #B1FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FF7B; }
p { color: rgb(177,255,123); }
H1.HeaderClassName
{
color: #B1FF7B;
}
.AnyTagClassName
{
color: #B1FF7B;
}
</style>
background-color css
<style>
a { background-color: #B1FF7B; }
a { background-color: rgb(177,255,123); }
div.DivClassName
{
background-color: #B1FF7B;
}
.BgClassName
{
background-color: #B1FF7B;
}
</style>
border-color css
<style>
span { border-color: #B1FF7B; }
span { border-color: rgb(177,255,123); }
td.TdClassName
{
border-color: #B1FF7B;
}
.TagClassName
{
border-color: #B1FF7B;
}
</style>