Shades of Sulu #BFEC71
Tints of Sulu #BFEC71
RGB
CMYK
RGB Variations
Color information
#BFEC71 (or 0xBFEC71) is known color: Sulu. HEX triplet: BF, EC and 71. RGB value is (191,236,113). Sum of RGB (Red+Green+Blue) = 191+236+113=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC71 is #40138E. Grayscale: #D0D0D0. Windows color (decimal): -4199311 or 7466175. OLE color: 7466175.
HSL color Cylindrical-coordinate representation of color #BFEC71: hue angle of 81.95º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFEC71 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 113 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.07 |
| HSL | 81.95º | 0.76% | 0.68% | - |
| HSV(B) | 81.95º | 0.52% | 0.93% | - |
| XYZ | 54.46 | 72.26 | 26.7 | - |
| YUV | 208.52 | 74.09 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 113 | 0.19 | 0 | 0.52 | 0.07 | 81.95 | 0.76 | 0.68 |
| Hex | BF | EC | 71 | 13 | 0 | 34 | 7 | 52 | 4C | 44 |
| Octal | 277 | 354 | 161 | 23 | 0 | 64 | 7 | 122 | 114 | 104 |
| Binary | 10111111 | 11101100 | 1110001 | 10011 | 0 | 110100 | 111 | 1010010 | 1001100 | 1000100 |
Color Harmonies of #BFEC71
Complementary color
Monochromatic Colors of #BFEC71
Black with #BFEC71
Text Example
Text Example
White with #BFEC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC71; }
p { color: rgb(191,236,113); }
H1.HeaderClassName
{
color: #BFEC71;
}
.AnyTagClassName
{
color: #BFEC71;
}
</style>
background-color css
<style>
a { background-color: #BFEC71; }
a { background-color: rgb(191,236,113); }
div.DivClassName
{
background-color: #BFEC71;
}
.BgClassName
{
background-color: #BFEC71;
}
</style>
border-color css
<style>
span { border-color: #BFEC71; }
span { border-color: rgb(191,236,113); }
td.TdClassName
{
border-color: #BFEC71;
}
.TagClassName
{
border-color: #BFEC71;
}
</style>