Shades of Sulu #B5EC6D
Tints of Sulu #B5EC6D
RGB
CMYK
RGB Variations
Color information
#B5EC6D (or 0xB5EC6D) is known color: Sulu. HEX triplet: B5, EC and 6D. RGB value is (181,236,109). Sum of RGB (Red+Green+Blue) = 181+236+109=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EC6D is #4A1392. Grayscale: #CDCDCD. Windows color (decimal): -4854675 or 7204021. OLE color: 7204021.
HSL color Cylindrical-coordinate representation of color #B5EC6D: hue angle of 85.98º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5EC6D is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 109 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.07 |
| HSL | 85.98º | 0.77% | 0.68% | - |
| HSV(B) | 85.98º | 0.54% | 0.93% | - |
| XYZ | 51.81 | 70.92 | 25.43 | - |
| YUV | 205.08 | 73.78 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 109 | 0.23 | 0 | 0.54 | 0.07 | 85.98 | 0.77 | 0.68 |
| Hex | B5 | EC | 6D | 17 | 0 | 36 | 7 | 56 | 4D | 44 |
| Octal | 265 | 354 | 155 | 27 | 0 | 66 | 7 | 126 | 115 | 104 |
| Binary | 10110101 | 11101100 | 1101101 | 10111 | 0 | 110110 | 111 | 1010110 | 1001101 | 1000100 |
Color Harmonies of #B5EC6D
Complementary color
Monochromatic Colors of #B5EC6D
Black with #B5EC6D
Text Example
Text Example
White with #B5EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC6D; }
p { color: rgb(181,236,109); }
H1.HeaderClassName
{
color: #B5EC6D;
}
.AnyTagClassName
{
color: #B5EC6D;
}
</style>
background-color css
<style>
a { background-color: #B5EC6D; }
a { background-color: rgb(181,236,109); }
div.DivClassName
{
background-color: #B5EC6D;
}
.BgClassName
{
background-color: #B5EC6D;
}
</style>
border-color css
<style>
span { border-color: #B5EC6D; }
span { border-color: rgb(181,236,109); }
td.TdClassName
{
border-color: #B5EC6D;
}
.TagClassName
{
border-color: #B5EC6D;
}
</style>