Shades of Sulu #BFEC8E
Tints of Sulu #BFEC8E
RGB
CMYK
RGB Variations
Color information
#BFEC8E (or 0xBFEC8E) is known color: Sulu. HEX triplet: BF, EC and 8E. RGB value is (191,236,142). Sum of RGB (Red+Green+Blue) = 191+236+142=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC8E is #401371. Grayscale: #D4D4D4. Windows color (decimal): -4199282 or 9366719. OLE color: 9366719.
HSL color Cylindrical-coordinate representation of color #BFEC8E: hue angle of 88.72º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFEC8E is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 142 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.07 |
| HSL | 88.72º | 0.71% | 0.74% | - |
| HSV(B) | 88.72º | 0.4% | 0.93% | - |
| XYZ | 56.36 | 73.02 | 36.71 | - |
| YUV | 211.83 | 88.59 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 142 | 0.19 | 0 | 0.40 | 0.07 | 88.72 | 0.71 | 0.74 |
| Hex | BF | EC | 8E | 13 | 0 | 28 | 7 | 59 | 47 | 4A |
| Octal | 277 | 354 | 216 | 23 | 0 | 50 | 7 | 131 | 107 | 112 |
| Binary | 10111111 | 11101100 | 10001110 | 10011 | 0 | 101000 | 111 | 1011001 | 1000111 | 1001010 |
Color Harmonies of #BFEC8E
Complementary color
Monochromatic Colors of #BFEC8E
Black with #BFEC8E
Text Example
Text Example
White with #BFEC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC8E; }
p { color: rgb(191,236,142); }
H1.HeaderClassName
{
color: #BFEC8E;
}
.AnyTagClassName
{
color: #BFEC8E;
}
</style>
background-color css
<style>
a { background-color: #BFEC8E; }
a { background-color: rgb(191,236,142); }
div.DivClassName
{
background-color: #BFEC8E;
}
.BgClassName
{
background-color: #BFEC8E;
}
</style>
border-color css
<style>
span { border-color: #BFEC8E; }
span { border-color: rgb(191,236,142); }
td.TdClassName
{
border-color: #BFEC8E;
}
.TagClassName
{
border-color: #BFEC8E;
}
</style>