Shades of Sulu #B0E571
Tints of Sulu #B0E571
RGB
CMYK
RGB Variations
Color information
#B0E571 (or 0xB0E571) is known color: Sulu. HEX triplet: B0, E5 and 71. RGB value is (176,229,113). Sum of RGB (Red+Green+Blue) = 176+229+113=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E571 is #4F1A8E. Grayscale: #C8C8C8. Windows color (decimal): -5184143 or 7464368. OLE color: 7464368.
HSL color Cylindrical-coordinate representation of color #B0E571: hue angle of 87.41º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0E571 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 113 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.10 |
| HSL | 87.41º | 0.69% | 0.67% | - |
| HSV(B) | 87.41º | 0.51% | 0.9% | - |
| XYZ | 48.9 | 66.46 | 25.87 | - |
| YUV | 199.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 113 | 0.23 | 0 | 0.51 | 0.10 | 87.41 | 0.69 | 0.67 |
| Hex | B0 | E5 | 71 | 17 | 0 | 33 | A | 57 | 45 | 43 |
| Octal | 260 | 345 | 161 | 27 | 0 | 63 | 12 | 127 | 105 | 103 |
| Binary | 10110000 | 11100101 | 1110001 | 10111 | 0 | 110011 | 1010 | 1010111 | 1000101 | 1000011 |
Color Harmonies of #B0E571
Complementary color
Monochromatic Colors of #B0E571
Black with #B0E571
Text Example
Text Example
White with #B0E571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E571; }
p { color: rgb(176,229,113); }
H1.HeaderClassName
{
color: #B0E571;
}
.AnyTagClassName
{
color: #B0E571;
}
</style>
background-color css
<style>
a { background-color: #B0E571; }
a { background-color: rgb(176,229,113); }
div.DivClassName
{
background-color: #B0E571;
}
.BgClassName
{
background-color: #B0E571;
}
</style>
border-color css
<style>
span { border-color: #B0E571; }
span { border-color: rgb(176,229,113); }
td.TdClassName
{
border-color: #B0E571;
}
.TagClassName
{
border-color: #B0E571;
}
</style>