Shades of Sulu #B1FC7B
Tints of Sulu #B1FC7B
RGB
CMYK
RGB Variations
Color information
#B1FC7B (or 0xB1FC7B) is known color: Sulu. HEX triplet: B1, FC and 7B. RGB value is (177,252,123). Sum of RGB (Red+Green+Blue) = 177+252+123=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FC7B is #4E0384. Grayscale: #D7D7D7. Windows color (decimal): -5112709 or 8125617. OLE color: 8125617.
HSL color Cylindrical-coordinate representation of color #B1FC7B: hue angle of 94.88º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1FC7B is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 252 | 123 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.01 |
| HSL | 94.88º | 0.96% | 0.74% | - |
| HSV(B) | 94.88º | 0.51% | 0.99% | - |
| XYZ | 56.52 | 80.4 | 31.28 | - |
| YUV | 214.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 252 | 123 | 0.30 | 0 | 0.51 | 0.01 | 94.88 | 0.96 | 0.74 |
| Hex | B1 | FC | 7B | 1E | 0 | 33 | 1 | 5F | 60 | 4A |
| Octal | 261 | 374 | 173 | 36 | 0 | 63 | 1 | 137 | 140 | 112 |
| Binary | 10110001 | 11111100 | 1111011 | 11110 | 0 | 110011 | 1 | 1011111 | 1100000 | 1001010 |
Color Harmonies of #B1FC7B
Complementary color
Monochromatic Colors of #B1FC7B
Black with #B1FC7B
Text Example
Text Example
White with #B1FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FC7B; }
p { color: rgb(177,252,123); }
H1.HeaderClassName
{
color: #B1FC7B;
}
.AnyTagClassName
{
color: #B1FC7B;
}
</style>
background-color css
<style>
a { background-color: #B1FC7B; }
a { background-color: rgb(177,252,123); }
div.DivClassName
{
background-color: #B1FC7B;
}
.BgClassName
{
background-color: #B1FC7B;
}
</style>
border-color css
<style>
span { border-color: #B1FC7B; }
span { border-color: rgb(177,252,123); }
td.TdClassName
{
border-color: #B1FC7B;
}
.TagClassName
{
border-color: #B1FC7B;
}
</style>