Shades of Sulu #B5EC76
Tints of Sulu #B5EC76
RGB
CMYK
RGB Variations
Color information
#B5EC76 (or 0xB5EC76) is known color: Sulu. HEX triplet: B5, EC and 76. RGB value is (181,236,118). Sum of RGB (Red+Green+Blue) = 181+236+118=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EC76 is #4A1389. Grayscale: #CECECE. Windows color (decimal): -4854666 or 7793845. OLE color: 7793845.
HSL color Cylindrical-coordinate representation of color #B5EC76: hue angle of 87.97º 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 #B5EC76 is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 118 | - |
| CMYK | 0.23 | 0 | 0.5 | 0.07 |
| HSL | 87.97º | 0.76% | 0.69% | - |
| HSV(B) | 87.97º | 0.5% | 0.93% | - |
| XYZ | 52.32 | 71.12 | 28.11 | - |
| YUV | 206.1 | 78.28 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 118 | 0.23 | 0 | 0.5 | 0.07 | 87.97 | 0.76 | 0.69 |
| Hex | B5 | EC | 76 | 17 | 0 | 32 | 7 | 58 | 4C | 45 |
| Octal | 265 | 354 | 166 | 27 | 0 | 62 | 7 | 130 | 114 | 105 |
| Binary | 10110101 | 11101100 | 1110110 | 10111 | 0 | 110010 | 111 | 1011000 | 1001100 | 1000101 |
Color Harmonies of #B5EC76
Complementary color
Monochromatic Colors of #B5EC76
Black with #B5EC76
Text Example
Text Example
White with #B5EC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC76; }
p { color: rgb(181,236,118); }
H1.HeaderClassName
{
color: #B5EC76;
}
.AnyTagClassName
{
color: #B5EC76;
}
</style>
background-color css
<style>
a { background-color: #B5EC76; }
a { background-color: rgb(181,236,118); }
div.DivClassName
{
background-color: #B5EC76;
}
.BgClassName
{
background-color: #B5EC76;
}
</style>
border-color css
<style>
span { border-color: #B5EC76; }
span { border-color: rgb(181,236,118); }
td.TdClassName
{
border-color: #B5EC76;
}
.TagClassName
{
border-color: #B5EC76;
}
</style>