Shades of Sulu #BFEC6E
Tints of Sulu #BFEC6E
RGB
CMYK
RGB Variations
Color information
#BFEC6E (or 0xBFEC6E) is known color: Sulu. HEX triplet: BF, EC and 6E. RGB value is (191,236,110). Sum of RGB (Red+Green+Blue) = 191+236+110=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC6E is #401391. Grayscale: #D0D0D0. Windows color (decimal): -4199314 or 7269567. OLE color: 7269567.
HSL color Cylindrical-coordinate representation of color #BFEC6E: hue angle of 81.43º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFEC6E is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 110 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.07 |
| HSL | 81.43º | 0.77% | 0.68% | - |
| HSV(B) | 81.43º | 0.53% | 0.93% | - |
| XYZ | 54.3 | 72.19 | 25.82 | - |
| YUV | 208.18 | 72.59 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 110 | 0.19 | 0 | 0.53 | 0.07 | 81.43 | 0.77 | 0.68 |
| Hex | BF | EC | 6E | 13 | 0 | 35 | 7 | 51 | 4D | 44 |
| Octal | 277 | 354 | 156 | 23 | 0 | 65 | 7 | 121 | 115 | 104 |
| Binary | 10111111 | 11101100 | 1101110 | 10011 | 0 | 110101 | 111 | 1010001 | 1001101 | 1000100 |
Color Harmonies of #BFEC6E
Complementary color
Monochromatic Colors of #BFEC6E
Black with #BFEC6E
Text Example
Text Example
White with #BFEC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC6E; }
p { color: rgb(191,236,110); }
H1.HeaderClassName
{
color: #BFEC6E;
}
.AnyTagClassName
{
color: #BFEC6E;
}
</style>
background-color css
<style>
a { background-color: #BFEC6E; }
a { background-color: rgb(191,236,110); }
div.DivClassName
{
background-color: #BFEC6E;
}
.BgClassName
{
background-color: #BFEC6E;
}
</style>
border-color css
<style>
span { border-color: #BFEC6E; }
span { border-color: rgb(191,236,110); }
td.TdClassName
{
border-color: #BFEC6E;
}
.TagClassName
{
border-color: #BFEC6E;
}
</style>