Shades of Sulu #B1EC6C
Tints of Sulu #B1EC6C
RGB
CMYK
RGB Variations
Color information
#B1EC6C (or 0xB1EC6C) is known color: Sulu. HEX triplet: B1, EC and 6C. RGB value is (177,236,108). Sum of RGB (Red+Green+Blue) = 177+236+108=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #B1EC6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1EC6C is #4E1393. Grayscale: #CCCCCC. Windows color (decimal): -5116820 or 7138481. OLE color: 7138481.
HSL color Cylindrical-coordinate representation of color #B1EC6C: hue angle of 87.66º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1EC6C is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 236 | 108 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.07 |
| HSL | 87.66º | 0.77% | 0.67% | - |
| HSV(B) | 87.66º | 0.54% | 0.93% | - |
| XYZ | 50.83 | 70.42 | 25.1 | - |
| YUV | 203.77 | 73.95 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 236 | 108 | 0.25 | 0 | 0.54 | 0.07 | 87.66 | 0.77 | 0.67 |
| Hex | B1 | EC | 6C | 19 | 0 | 36 | 7 | 58 | 4D | 43 |
| Octal | 261 | 354 | 154 | 31 | 0 | 66 | 7 | 130 | 115 | 103 |
| Binary | 10110001 | 11101100 | 1101100 | 11001 | 0 | 110110 | 111 | 1011000 | 1001101 | 1000011 |
Color Harmonies of #B1EC6C
Complementary color
Monochromatic Colors of #B1EC6C
Black with #B1EC6C
Text Example
Text Example
White with #B1EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EC6C; }
p { color: rgb(177,236,108); }
H1.HeaderClassName
{
color: #B1EC6C;
}
.AnyTagClassName
{
color: #B1EC6C;
}
</style>
background-color css
<style>
a { background-color: #B1EC6C; }
a { background-color: rgb(177,236,108); }
div.DivClassName
{
background-color: #B1EC6C;
}
.BgClassName
{
background-color: #B1EC6C;
}
</style>
border-color css
<style>
span { border-color: #B1EC6C; }
span { border-color: rgb(177,236,108); }
td.TdClassName
{
border-color: #B1EC6C;
}
.TagClassName
{
border-color: #B1EC6C;
}
</style>