Shades of Sulu #B1FD7B
Tints of Sulu #B1FD7B
RGB
CMYK
RGB Variations
Color information
#B1FD7B (or 0xB1FD7B) is known color: Sulu. HEX triplet: B1, FD and 7B. RGB value is (177,253,123). Sum of RGB (Red+Green+Blue) = 177+253+123=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FD7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FD7B is #4E0284. Grayscale: #D7D7D7. Windows color (decimal): -5112453 or 8125873. OLE color: 8125873.
HSL color Cylindrical-coordinate representation of color #B1FD7B: hue angle of 95.08º degrees, saturation: 0.97, 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 #B1FD7B is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 253 | 123 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.01 |
| HSL | 95.08º | 0.97% | 0.74% | - |
| HSV(B) | 95.08º | 0.51% | 0.99% | - |
| XYZ | 56.83 | 81.03 | 31.38 | - |
| YUV | 215.46 | 75.82 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 253 | 123 | 0.30 | 0 | 0.51 | 0.01 | 95.08 | 0.97 | 0.74 |
| Hex | B1 | FD | 7B | 1E | 0 | 33 | 1 | 5F | 61 | 4A |
| Octal | 261 | 375 | 173 | 36 | 0 | 63 | 1 | 137 | 141 | 112 |
| Binary | 10110001 | 11111101 | 1111011 | 11110 | 0 | 110011 | 1 | 1011111 | 1100001 | 1001010 |
Color Harmonies of #B1FD7B
Complementary color
Monochromatic Colors of #B1FD7B
Black with #B1FD7B
Text Example
Text Example
White with #B1FD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FD7B; }
p { color: rgb(177,253,123); }
H1.HeaderClassName
{
color: #B1FD7B;
}
.AnyTagClassName
{
color: #B1FD7B;
}
</style>
background-color css
<style>
a { background-color: #B1FD7B; }
a { background-color: rgb(177,253,123); }
div.DivClassName
{
background-color: #B1FD7B;
}
.BgClassName
{
background-color: #B1FD7B;
}
</style>
border-color css
<style>
span { border-color: #B1FD7B; }
span { border-color: rgb(177,253,123); }
td.TdClassName
{
border-color: #B1FD7B;
}
.TagClassName
{
border-color: #B1FD7B;
}
</style>