Shades of Sulu #B1F96B
Tints of Sulu #B1F96B
RGB
CMYK
RGB Variations
Color information
#B1F96B (or 0xB1F96B) is known color: Sulu. HEX triplet: B1, F9 and 6B. RGB value is (177,249,107). Sum of RGB (Red+Green+Blue) = 177+249+107=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F96B is #4E0694. Grayscale: #D3D3D3. Windows color (decimal): -5113493 or 7076273. OLE color: 7076273.
HSL color Cylindrical-coordinate representation of color #B1F96B: hue angle of 90.42º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1F96B is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 249 | 107 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.02 |
| HSL | 90.42º | 0.92% | 0.7% | - |
| HSV(B) | 90.42º | 0.57% | 0.98% | - |
| XYZ | 54.66 | 78.16 | 26.12 | - |
| YUV | 211.28 | 69.15 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 249 | 107 | 0.29 | 0 | 0.57 | 0.02 | 90.42 | 0.92 | 0.7 |
| Hex | B1 | F9 | 6B | 1D | 0 | 39 | 2 | 5A | 5C | 46 |
| Octal | 261 | 371 | 153 | 35 | 0 | 71 | 2 | 132 | 134 | 106 |
| Binary | 10110001 | 11111001 | 1101011 | 11101 | 0 | 111001 | 10 | 1011010 | 1011100 | 1000110 |
Color Harmonies of #B1F96B
Complementary color
Monochromatic Colors of #B1F96B
Black with #B1F96B
Text Example
Text Example
White with #B1F96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F96B; }
p { color: rgb(177,249,107); }
H1.HeaderClassName
{
color: #B1F96B;
}
.AnyTagClassName
{
color: #B1F96B;
}
</style>
background-color css
<style>
a { background-color: #B1F96B; }
a { background-color: rgb(177,249,107); }
div.DivClassName
{
background-color: #B1F96B;
}
.BgClassName
{
background-color: #B1F96B;
}
</style>
border-color css
<style>
span { border-color: #B1F96B; }
span { border-color: rgb(177,249,107); }
td.TdClassName
{
border-color: #B1F96B;
}
.TagClassName
{
border-color: #B1F96B;
}
</style>