Shades of Sulu #BFEB66
Tints of Sulu #BFEB66
RGB
CMYK
RGB Variations
Color information
#BFEB66 (or 0xBFEB66) is known color: Sulu. HEX triplet: BF, EB and 66. RGB value is (191,235,102). Sum of RGB (Red+Green+Blue) = 191+235+102=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB66 is #401499. Grayscale: #CFCFCF. Windows color (decimal): -4199578 or 6745023. OLE color: 6745023.
HSL color Cylindrical-coordinate representation of color #BFEB66: hue angle of 79.85º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFEB66 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 102 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.08 |
| HSL | 79.85º | 0.77% | 0.66% | - |
| HSV(B) | 79.85º | 0.57% | 0.92% | - |
| XYZ | 53.59 | 71.45 | 23.54 | - |
| YUV | 206.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 102 | 0.19 | 0 | 0.57 | 0.08 | 79.85 | 0.77 | 0.66 |
| Hex | BF | EB | 66 | 13 | 0 | 39 | 8 | 50 | 4D | 42 |
| Octal | 277 | 353 | 146 | 23 | 0 | 71 | 10 | 120 | 115 | 102 |
| Binary | 10111111 | 11101011 | 1100110 | 10011 | 0 | 111001 | 1000 | 1010000 | 1001101 | 1000010 |
Color Harmonies of #BFEB66
Complementary color
Monochromatic Colors of #BFEB66
Black with #BFEB66
Text Example
Text Example
White with #BFEB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB66; }
p { color: rgb(191,235,102); }
H1.HeaderClassName
{
color: #BFEB66;
}
.AnyTagClassName
{
color: #BFEB66;
}
</style>
background-color css
<style>
a { background-color: #BFEB66; }
a { background-color: rgb(191,235,102); }
div.DivClassName
{
background-color: #BFEB66;
}
.BgClassName
{
background-color: #BFEB66;
}
</style>
border-color css
<style>
span { border-color: #BFEB66; }
span { border-color: rgb(191,235,102); }
td.TdClassName
{
border-color: #BFEB66;
}
.TagClassName
{
border-color: #BFEB66;
}
</style>