Shades of Sulu #BFEC74
Tints of Sulu #BFEC74
RGB
CMYK
RGB Variations
Color information
#BFEC74 (or 0xBFEC74) is known color: Sulu. HEX triplet: BF, EC and 74. RGB value is (191,236,116). Sum of RGB (Red+Green+Blue) = 191+236+116=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC74 is #40138B. Grayscale: #D1D1D1. Windows color (decimal): -4199308 or 7662783. OLE color: 7662783.
HSL color Cylindrical-coordinate representation of color #BFEC74: hue angle of 82.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFEC74 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 116 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.07 |
| HSL | 82.5º | 0.76% | 0.69% | - |
| HSV(B) | 82.5º | 0.51% | 0.93% | - |
| XYZ | 54.63 | 72.33 | 27.6 | - |
| YUV | 208.87 | 75.59 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 116 | 0.19 | 0 | 0.51 | 0.07 | 82.5 | 0.76 | 0.69 |
| Hex | BF | EC | 74 | 13 | 0 | 33 | 7 | 52 | 4C | 45 |
| Octal | 277 | 354 | 164 | 23 | 0 | 63 | 7 | 122 | 114 | 105 |
| Binary | 10111111 | 11101100 | 1110100 | 10011 | 0 | 110011 | 111 | 1010010 | 1001100 | 1000101 |
Color Harmonies of #BFEC74
Complementary color
Monochromatic Colors of #BFEC74
Black with #BFEC74
Text Example
Text Example
White with #BFEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC74; }
p { color: rgb(191,236,116); }
H1.HeaderClassName
{
color: #BFEC74;
}
.AnyTagClassName
{
color: #BFEC74;
}
</style>
background-color css
<style>
a { background-color: #BFEC74; }
a { background-color: rgb(191,236,116); }
div.DivClassName
{
background-color: #BFEC74;
}
.BgClassName
{
background-color: #BFEC74;
}
</style>
border-color css
<style>
span { border-color: #BFEC74; }
span { border-color: rgb(191,236,116); }
td.TdClassName
{
border-color: #BFEC74;
}
.TagClassName
{
border-color: #BFEC74;
}
</style>