Shades of Sulu #B1F96D
Tints of Sulu #B1F96D
RGB
CMYK
RGB Variations
Color information
#B1F96D (or 0xB1F96D) is known color: Sulu. HEX triplet: B1, F9 and 6D. RGB value is (177,249,109). Sum of RGB (Red+Green+Blue) = 177+249+109=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F96D is #4E0692. Grayscale: #D4D4D4. Windows color (decimal): -5113491 or 7207345. OLE color: 7207345.
HSL color Cylindrical-coordinate representation of color #B1F96D: hue angle of 90.86º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1F96D is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 249 | 109 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.02 |
| HSL | 90.86º | 0.92% | 0.7% | - |
| HSV(B) | 90.86º | 0.56% | 0.98% | - |
| XYZ | 54.77 | 78.2 | 26.68 | - |
| YUV | 211.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 249 | 109 | 0.29 | 0 | 0.56 | 0.02 | 90.86 | 0.92 | 0.7 |
| Hex | B1 | F9 | 6D | 1D | 0 | 38 | 2 | 5B | 5C | 46 |
| Octal | 261 | 371 | 155 | 35 | 0 | 70 | 2 | 133 | 134 | 106 |
| Binary | 10110001 | 11111001 | 1101101 | 11101 | 0 | 111000 | 10 | 1011011 | 1011100 | 1000110 |
Color Harmonies of #B1F96D
Complementary color
Monochromatic Colors of #B1F96D
Black with #B1F96D
Text Example
Text Example
White with #B1F96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F96D; }
p { color: rgb(177,249,109); }
H1.HeaderClassName
{
color: #B1F96D;
}
.AnyTagClassName
{
color: #B1F96D;
}
</style>
background-color css
<style>
a { background-color: #B1F96D; }
a { background-color: rgb(177,249,109); }
div.DivClassName
{
background-color: #B1F96D;
}
.BgClassName
{
background-color: #B1F96D;
}
</style>
border-color css
<style>
span { border-color: #B1F96D; }
span { border-color: rgb(177,249,109); }
td.TdClassName
{
border-color: #B1F96D;
}
.TagClassName
{
border-color: #B1F96D;
}
</style>