Shades of Sulu #BFEC82
Tints of Sulu #BFEC82
RGB
CMYK
RGB Variations
Color information
#BFEC82 (or 0xBFEC82) is known color: Sulu. HEX triplet: BF, EC and 82. RGB value is (191,236,130). Sum of RGB (Red+Green+Blue) = 191+236+130=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC82 is #40137D. Grayscale: #D2D2D2. Windows color (decimal): -4199294 or 8580287. OLE color: 8580287.
HSL color Cylindrical-coordinate representation of color #BFEC82: hue angle of 85.47º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFEC82 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 130 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.07 |
| HSL | 85.47º | 0.74% | 0.72% | - |
| HSV(B) | 85.47º | 0.45% | 0.93% | - |
| XYZ | 55.51 | 72.68 | 32.22 | - |
| YUV | 210.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 130 | 0.19 | 0 | 0.45 | 0.07 | 85.47 | 0.74 | 0.72 |
| Hex | BF | EC | 82 | 13 | 0 | 2D | 7 | 55 | 4A | 48 |
| Octal | 277 | 354 | 202 | 23 | 0 | 55 | 7 | 125 | 112 | 110 |
| Binary | 10111111 | 11101100 | 10000010 | 10011 | 0 | 101101 | 111 | 1010101 | 1001010 | 1001000 |
Color Harmonies of #BFEC82
Complementary color
Monochromatic Colors of #BFEC82
Black with #BFEC82
Text Example
Text Example
White with #BFEC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC82; }
p { color: rgb(191,236,130); }
H1.HeaderClassName
{
color: #BFEC82;
}
.AnyTagClassName
{
color: #BFEC82;
}
</style>
background-color css
<style>
a { background-color: #BFEC82; }
a { background-color: rgb(191,236,130); }
div.DivClassName
{
background-color: #BFEC82;
}
.BgClassName
{
background-color: #BFEC82;
}
</style>
border-color css
<style>
span { border-color: #BFEC82; }
span { border-color: rgb(191,236,130); }
td.TdClassName
{
border-color: #BFEC82;
}
.TagClassName
{
border-color: #BFEC82;
}
</style>