Shades of Sulu #B1E775
Tints of Sulu #B1E775
RGB
CMYK
RGB Variations
Color information
#B1E775 (or 0xB1E775) is known color: Sulu. HEX triplet: B1, E7 and 75. RGB value is (177,231,117). Sum of RGB (Red+Green+Blue) = 177+231+117=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #B1E775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E775 is #4E188A. Grayscale: #CACACA. Windows color (decimal): -5118091 or 7727025. OLE color: 7727025.
HSL color Cylindrical-coordinate representation of color #B1E775: hue angle of 88.42º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1E775 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 231 | 117 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.09 |
| HSL | 88.42º | 0.7% | 0.68% | - |
| HSV(B) | 88.42º | 0.49% | 0.91% | - |
| XYZ | 49.92 | 67.78 | 27.28 | - |
| YUV | 201.86 | 80.11 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 231 | 117 | 0.23 | 0 | 0.49 | 0.09 | 88.42 | 0.7 | 0.68 |
| Hex | B1 | E7 | 75 | 17 | 0 | 31 | 9 | 58 | 46 | 44 |
| Octal | 261 | 347 | 165 | 27 | 0 | 61 | 11 | 130 | 106 | 104 |
| Binary | 10110001 | 11100111 | 1110101 | 10111 | 0 | 110001 | 1001 | 1011000 | 1000110 | 1000100 |
Color Harmonies of #B1E775
Complementary color
Monochromatic Colors of #B1E775
Black with #B1E775
Text Example
Text Example
White with #B1E775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E775; }
p { color: rgb(177,231,117); }
H1.HeaderClassName
{
color: #B1E775;
}
.AnyTagClassName
{
color: #B1E775;
}
</style>
background-color css
<style>
a { background-color: #B1E775; }
a { background-color: rgb(177,231,117); }
div.DivClassName
{
background-color: #B1E775;
}
.BgClassName
{
background-color: #B1E775;
}
</style>
border-color css
<style>
span { border-color: #B1E775; }
span { border-color: rgb(177,231,117); }
td.TdClassName
{
border-color: #B1E775;
}
.TagClassName
{
border-color: #B1E775;
}
</style>