Shades of Sulu #BFEC68
Tints of Sulu #BFEC68
RGB
CMYK
RGB Variations
Color information
#BFEC68 (or 0xBFEC68) is known color: Sulu. HEX triplet: BF, EC and 68. RGB value is (191,236,104). Sum of RGB (Red+Green+Blue) = 191+236+104=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC68 is #401397. Grayscale: #CFCFCF. Windows color (decimal): -4199320 or 6876351. OLE color: 6876351.
HSL color Cylindrical-coordinate representation of color #BFEC68: hue angle of 80.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFEC68 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 104 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.07 |
| HSL | 80.45º | 0.78% | 0.67% | - |
| HSV(B) | 80.45º | 0.56% | 0.93% | - |
| XYZ | 53.98 | 72.07 | 24.16 | - |
| YUV | 207.5 | 69.59 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 104 | 0.19 | 0 | 0.56 | 0.07 | 80.45 | 0.78 | 0.67 |
| Hex | BF | EC | 68 | 13 | 0 | 38 | 7 | 50 | 4E | 43 |
| Octal | 277 | 354 | 150 | 23 | 0 | 70 | 7 | 120 | 116 | 103 |
| Binary | 10111111 | 11101100 | 1101000 | 10011 | 0 | 111000 | 111 | 1010000 | 1001110 | 1000011 |
Color Harmonies of #BFEC68
Complementary color
Monochromatic Colors of #BFEC68
Black with #BFEC68
Text Example
Text Example
White with #BFEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC68; }
p { color: rgb(191,236,104); }
H1.HeaderClassName
{
color: #BFEC68;
}
.AnyTagClassName
{
color: #BFEC68;
}
</style>
background-color css
<style>
a { background-color: #BFEC68; }
a { background-color: rgb(191,236,104); }
div.DivClassName
{
background-color: #BFEC68;
}
.BgClassName
{
background-color: #BFEC68;
}
</style>
border-color css
<style>
span { border-color: #BFEC68; }
span { border-color: rgb(191,236,104); }
td.TdClassName
{
border-color: #BFEC68;
}
.TagClassName
{
border-color: #BFEC68;
}
</style>