Shades of Sulu #B0EC75
Tints of Sulu #B0EC75
RGB
CMYK
RGB Variations
Color information
#B0EC75 (or 0xB0EC75) is known color: Sulu. HEX triplet: B0, EC and 75. RGB value is (176,236,117). Sum of RGB (Red+Green+Blue) = 176+236+117=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EC75 is #4F138A. Grayscale: #CCCCCC. Windows color (decimal): -5182347 or 7728304. OLE color: 7728304.
HSL color Cylindrical-coordinate representation of color #B0EC75: hue angle of 90.25º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0EC75 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 117 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.07 |
| HSL | 90.25º | 0.76% | 0.69% | - |
| HSV(B) | 90.25º | 0.5% | 0.93% | - |
| XYZ | 51.11 | 70.51 | 27.74 | - |
| YUV | 204.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 117 | 0.25 | 0 | 0.50 | 0.07 | 90.25 | 0.76 | 0.69 |
| Hex | B0 | EC | 75 | 19 | 0 | 32 | 7 | 5A | 4C | 45 |
| Octal | 260 | 354 | 165 | 31 | 0 | 62 | 7 | 132 | 114 | 105 |
| Binary | 10110000 | 11101100 | 1110101 | 11001 | 0 | 110010 | 111 | 1011010 | 1001100 | 1000101 |
Color Harmonies of #B0EC75
Complementary color
Monochromatic Colors of #B0EC75
Black with #B0EC75
Text Example
Text Example
White with #B0EC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC75; }
p { color: rgb(176,236,117); }
H1.HeaderClassName
{
color: #B0EC75;
}
.AnyTagClassName
{
color: #B0EC75;
}
</style>
background-color css
<style>
a { background-color: #B0EC75; }
a { background-color: rgb(176,236,117); }
div.DivClassName
{
background-color: #B0EC75;
}
.BgClassName
{
background-color: #B0EC75;
}
</style>
border-color css
<style>
span { border-color: #B0EC75; }
span { border-color: rgb(176,236,117); }
td.TdClassName
{
border-color: #B0EC75;
}
.TagClassName
{
border-color: #B0EC75;
}
</style>