Shades of Sulu #B1E979
Tints of Sulu #B1E979
RGB
CMYK
RGB Variations
Color information
#B1E979 (or 0xB1E979) is known color: Sulu. HEX triplet: B1, E9 and 79. RGB value is (177,233,121). Sum of RGB (Red+Green+Blue) = 177+233+121=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E979 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E979 is #4E1686. Grayscale: #CBCBCB. Windows color (decimal): -5117575 or 7989681. OLE color: 7989681.
HSL color Cylindrical-coordinate representation of color #B1E979: hue angle of 90º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1E979 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 233 | 121 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.09 |
| HSL | 90º | 0.72% | 0.69% | - |
| HSV(B) | 90º | 0.48% | 0.91% | - |
| XYZ | 50.72 | 69.01 | 28.74 | - |
| YUV | 203.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 233 | 121 | 0.24 | 0 | 0.48 | 0.09 | 90 | 0.72 | 0.69 |
| Hex | B1 | E9 | 79 | 18 | 0 | 30 | 9 | 5A | 48 | 45 |
| Octal | 261 | 351 | 171 | 30 | 0 | 60 | 11 | 132 | 110 | 105 |
| Binary | 10110001 | 11101001 | 1111001 | 11000 | 0 | 110000 | 1001 | 1011010 | 1001000 | 1000101 |
Color Harmonies of #B1E979
Complementary color
Monochromatic Colors of #B1E979
Black with #B1E979
Text Example
Text Example
White with #B1E979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E979; }
p { color: rgb(177,233,121); }
H1.HeaderClassName
{
color: #B1E979;
}
.AnyTagClassName
{
color: #B1E979;
}
</style>
background-color css
<style>
a { background-color: #B1E979; }
a { background-color: rgb(177,233,121); }
div.DivClassName
{
background-color: #B1E979;
}
.BgClassName
{
background-color: #B1E979;
}
</style>
border-color css
<style>
span { border-color: #B1E979; }
span { border-color: rgb(177,233,121); }
td.TdClassName
{
border-color: #B1E979;
}
.TagClassName
{
border-color: #B1E979;
}
</style>