Shades of Sulu #BFEC6D
Tints of Sulu #BFEC6D
RGB
CMYK
RGB Variations
Color information
#BFEC6D (or 0xBFEC6D) is known color: Sulu. HEX triplet: BF, EC and 6D. RGB value is (191,236,109). Sum of RGB (Red+Green+Blue) = 191+236+109=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC6D is #401392. Grayscale: #D0D0D0. Windows color (decimal): -4199315 or 7204031. OLE color: 7204031.
HSL color Cylindrical-coordinate representation of color #BFEC6D: hue angle of 81.26º 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 #BFEC6D is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 109 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.07 |
| HSL | 81.26º | 0.77% | 0.68% | - |
| HSV(B) | 81.26º | 0.54% | 0.93% | - |
| XYZ | 54.24 | 72.17 | 25.54 | - |
| YUV | 208.07 | 72.09 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 109 | 0.19 | 0 | 0.54 | 0.07 | 81.26 | 0.77 | 0.68 |
| Hex | BF | EC | 6D | 13 | 0 | 36 | 7 | 51 | 4D | 44 |
| Octal | 277 | 354 | 155 | 23 | 0 | 66 | 7 | 121 | 115 | 104 |
| Binary | 10111111 | 11101100 | 1101101 | 10011 | 0 | 110110 | 111 | 1010001 | 1001101 | 1000100 |
Color Harmonies of #BFEC6D
Complementary color
Monochromatic Colors of #BFEC6D
Black with #BFEC6D
Text Example
Text Example
White with #BFEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC6D; }
p { color: rgb(191,236,109); }
H1.HeaderClassName
{
color: #BFEC6D;
}
.AnyTagClassName
{
color: #BFEC6D;
}
</style>
background-color css
<style>
a { background-color: #BFEC6D; }
a { background-color: rgb(191,236,109); }
div.DivClassName
{
background-color: #BFEC6D;
}
.BgClassName
{
background-color: #BFEC6D;
}
</style>
border-color css
<style>
span { border-color: #BFEC6D; }
span { border-color: rgb(191,236,109); }
td.TdClassName
{
border-color: #BFEC6D;
}
.TagClassName
{
border-color: #BFEC6D;
}
</style>