Shades of Sulu #B1F76B
Tints of Sulu #B1F76B
RGB
CMYK
RGB Variations
Color information
#B1F76B (or 0xB1F76B) is known color: Sulu. HEX triplet: B1, F7 and 6B. RGB value is (177,247,107). Sum of RGB (Red+Green+Blue) = 177+247+107=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F76B is #4E0894. Grayscale: #D2D2D2. Windows color (decimal): -5114005 or 7075761. OLE color: 7075761.
HSL color Cylindrical-coordinate representation of color #B1F76B: hue angle of 90º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1F76B is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 247 | 107 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.03 |
| HSL | 90º | 0.9% | 0.69% | - |
| HSV(B) | 90º | 0.57% | 0.97% | - |
| XYZ | 54.05 | 76.93 | 25.91 | - |
| YUV | 210.11 | 69.81 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 247 | 107 | 0.28 | 0 | 0.57 | 0.03 | 90 | 0.9 | 0.69 |
| Hex | B1 | F7 | 6B | 1C | 0 | 39 | 3 | 5A | 5A | 45 |
| Octal | 261 | 367 | 153 | 34 | 0 | 71 | 3 | 132 | 132 | 105 |
| Binary | 10110001 | 11110111 | 1101011 | 11100 | 0 | 111001 | 11 | 1011010 | 1011010 | 1000101 |
Color Harmonies of #B1F76B
Complementary color
Monochromatic Colors of #B1F76B
Black with #B1F76B
Text Example
Text Example
White with #B1F76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F76B; }
p { color: rgb(177,247,107); }
H1.HeaderClassName
{
color: #B1F76B;
}
.AnyTagClassName
{
color: #B1F76B;
}
</style>
background-color css
<style>
a { background-color: #B1F76B; }
a { background-color: rgb(177,247,107); }
div.DivClassName
{
background-color: #B1F76B;
}
.BgClassName
{
background-color: #B1F76B;
}
</style>
border-color css
<style>
span { border-color: #B1F76B; }
span { border-color: rgb(177,247,107); }
td.TdClassName
{
border-color: #B1F76B;
}
.TagClassName
{
border-color: #B1F76B;
}
</style>