Shades of Sulu #B1F276
Tints of Sulu #B1F276
RGB
CMYK
RGB Variations
Color information
#B1F276 (or 0xB1F276) is known color: Sulu. HEX triplet: B1, F2 and 76. RGB value is (177,242,118). Sum of RGB (Red+Green+Blue) = 177+242+118=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F276 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F276 is #4E0D89. Grayscale: #D0D0D0. Windows color (decimal): -5115274 or 7795377. OLE color: 7795377.
HSL color Cylindrical-coordinate representation of color #B1F276: hue angle of 91.45º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1F276 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 242 | 118 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.05 |
| HSL | 91.45º | 0.83% | 0.71% | - |
| HSV(B) | 91.45º | 0.51% | 0.95% | - |
| XYZ | 53.15 | 74.16 | 28.65 | - |
| YUV | 208.43 | 76.97 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 242 | 118 | 0.27 | 0 | 0.51 | 0.05 | 91.45 | 0.83 | 0.71 |
| Hex | B1 | F2 | 76 | 1B | 0 | 33 | 5 | 5B | 53 | 47 |
| Octal | 261 | 362 | 166 | 33 | 0 | 63 | 5 | 133 | 123 | 107 |
| Binary | 10110001 | 11110010 | 1110110 | 11011 | 0 | 110011 | 101 | 1011011 | 1010011 | 1000111 |
Color Harmonies of #B1F276
Complementary color
Monochromatic Colors of #B1F276
Black with #B1F276
Text Example
Text Example
White with #B1F276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F276; }
p { color: rgb(177,242,118); }
H1.HeaderClassName
{
color: #B1F276;
}
.AnyTagClassName
{
color: #B1F276;
}
</style>
background-color css
<style>
a { background-color: #B1F276; }
a { background-color: rgb(177,242,118); }
div.DivClassName
{
background-color: #B1F276;
}
.BgClassName
{
background-color: #B1F276;
}
</style>
border-color css
<style>
span { border-color: #B1F276; }
span { border-color: rgb(177,242,118); }
td.TdClassName
{
border-color: #B1F276;
}
.TagClassName
{
border-color: #B1F276;
}
</style>