Shades of Sulu #BFEC84
Tints of Sulu #BFEC84
RGB
CMYK
RGB Variations
Color information
#BFEC84 (or 0xBFEC84) is known color: Sulu. HEX triplet: BF, EC and 84. RGB value is (191,236,132). Sum of RGB (Red+Green+Blue) = 191+236+132=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC84 is #40137B. Grayscale: #D3D3D3. Windows color (decimal): -4199292 or 8711359. OLE color: 8711359.
HSL color Cylindrical-coordinate representation of color #BFEC84: hue angle of 85.96º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFEC84 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 132 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.07 |
| HSL | 85.96º | 0.73% | 0.72% | - |
| HSV(B) | 85.96º | 0.44% | 0.93% | - |
| XYZ | 55.65 | 72.73 | 32.94 | - |
| YUV | 210.69 | 83.59 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 132 | 0.19 | 0 | 0.44 | 0.07 | 85.96 | 0.73 | 0.72 |
| Hex | BF | EC | 84 | 13 | 0 | 2C | 7 | 56 | 49 | 48 |
| Octal | 277 | 354 | 204 | 23 | 0 | 54 | 7 | 126 | 111 | 110 |
| Binary | 10111111 | 11101100 | 10000100 | 10011 | 0 | 101100 | 111 | 1010110 | 1001001 | 1001000 |
Color Harmonies of #BFEC84
Complementary color
Monochromatic Colors of #BFEC84
Black with #BFEC84
Text Example
Text Example
White with #BFEC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC84; }
p { color: rgb(191,236,132); }
H1.HeaderClassName
{
color: #BFEC84;
}
.AnyTagClassName
{
color: #BFEC84;
}
</style>
background-color css
<style>
a { background-color: #BFEC84; }
a { background-color: rgb(191,236,132); }
div.DivClassName
{
background-color: #BFEC84;
}
.BgClassName
{
background-color: #BFEC84;
}
</style>
border-color css
<style>
span { border-color: #BFEC84; }
span { border-color: rgb(191,236,132); }
td.TdClassName
{
border-color: #BFEC84;
}
.TagClassName
{
border-color: #BFEC84;
}
</style>