Shades of Sulu #BFEC76
Tints of Sulu #BFEC76
RGB
CMYK
RGB Variations
Color information
#BFEC76 (or 0xBFEC76) is known color: Sulu. HEX triplet: BF, EC and 76. RGB value is (191,236,118). Sum of RGB (Red+Green+Blue) = 191+236+118=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC76 is #401389. Grayscale: #D1D1D1. Windows color (decimal): -4199306 or 7793855. OLE color: 7793855.
HSL color Cylindrical-coordinate representation of color #BFEC76: hue angle of 82.88º 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 #BFEC76 is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 118 | - |
| CMYK | 0.19 | 0 | 0.5 | 0.07 |
| HSL | 82.88º | 0.76% | 0.69% | - |
| HSV(B) | 82.88º | 0.5% | 0.93% | - |
| XYZ | 54.75 | 72.38 | 28.22 | - |
| YUV | 209.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 118 | 0.19 | 0 | 0.5 | 0.07 | 82.88 | 0.76 | 0.69 |
| Hex | BF | EC | 76 | 13 | 0 | 32 | 7 | 53 | 4C | 45 |
| Octal | 277 | 354 | 166 | 23 | 0 | 62 | 7 | 123 | 114 | 105 |
| Binary | 10111111 | 11101100 | 1110110 | 10011 | 0 | 110010 | 111 | 1010011 | 1001100 | 1000101 |
Color Harmonies of #BFEC76
Complementary color
Monochromatic Colors of #BFEC76
Black with #BFEC76
Text Example
Text Example
White with #BFEC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC76; }
p { color: rgb(191,236,118); }
H1.HeaderClassName
{
color: #BFEC76;
}
.AnyTagClassName
{
color: #BFEC76;
}
</style>
background-color css
<style>
a { background-color: #BFEC76; }
a { background-color: rgb(191,236,118); }
div.DivClassName
{
background-color: #BFEC76;
}
.BgClassName
{
background-color: #BFEC76;
}
</style>
border-color css
<style>
span { border-color: #BFEC76; }
span { border-color: rgb(191,236,118); }
td.TdClassName
{
border-color: #BFEC76;
}
.TagClassName
{
border-color: #BFEC76;
}
</style>