Shades of Sulu #B0EC71
Tints of Sulu #B0EC71
RGB
CMYK
RGB Variations
Color information
#B0EC71 (or 0xB0EC71) is known color: Sulu. HEX triplet: B0, EC and 71. RGB value is (176,236,113). Sum of RGB (Red+Green+Blue) = 176+236+113=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EC71 is #4F138E. Grayscale: #CCCCCC. Windows color (decimal): -5182351 or 7466160. OLE color: 7466160.
HSL color Cylindrical-coordinate representation of color #B0EC71: hue angle of 89.27º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0EC71 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 113 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.07 |
| HSL | 89.27º | 0.76% | 0.68% | - |
| HSV(B) | 89.27º | 0.52% | 0.93% | - |
| XYZ | 50.88 | 70.41 | 26.53 | - |
| YUV | 204.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 113 | 0.25 | 0 | 0.52 | 0.07 | 89.27 | 0.76 | 0.68 |
| Hex | B0 | EC | 71 | 19 | 0 | 34 | 7 | 59 | 4C | 44 |
| Octal | 260 | 354 | 161 | 31 | 0 | 64 | 7 | 131 | 114 | 104 |
| Binary | 10110000 | 11101100 | 1110001 | 11001 | 0 | 110100 | 111 | 1011001 | 1001100 | 1000100 |
Color Harmonies of #B0EC71
Complementary color
Monochromatic Colors of #B0EC71
Black with #B0EC71
Text Example
Text Example
White with #B0EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC71; }
p { color: rgb(176,236,113); }
H1.HeaderClassName
{
color: #B0EC71;
}
.AnyTagClassName
{
color: #B0EC71;
}
</style>
background-color css
<style>
a { background-color: #B0EC71; }
a { background-color: rgb(176,236,113); }
div.DivClassName
{
background-color: #B0EC71;
}
.BgClassName
{
background-color: #B0EC71;
}
</style>
border-color css
<style>
span { border-color: #B0EC71; }
span { border-color: rgb(176,236,113); }
td.TdClassName
{
border-color: #B0EC71;
}
.TagClassName
{
border-color: #B0EC71;
}
</style>