Shades of Sulu #BFFF66
Tints of Sulu #BFFF66
RGB
CMYK
RGB Variations
Color information
#BFFF66 (or 0xBFFF66) is known color: Sulu. HEX triplet: BF, FF and 66. RGB value is (191,255,102). Sum of RGB (Red+Green+Blue) = 191+255+102=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF66 is #400099. Grayscale: #DADADA. Windows color (decimal): -4194458 or 6750143. OLE color: 6750143.
HSL color Cylindrical-coordinate representation of color #BFFF66: hue angle of 85.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFFF66 is Cyan = 0.25, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 102 | - |
| CMYK | 0.25 | 0 | 0.6 | 0 |
| HSL | 85.1º | 1% | 0.7% | - |
| HSV(B) | 85.1º | 0.6% | 1% | - |
| XYZ | 59.64 | 83.56 | 25.55 | - |
| YUV | 218.42 | 62.3 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 102 | 0.25 | 0 | 0.6 | 0 | 85.1 | 1 | 0.7 |
| Hex | BF | FF | 66 | 19 | 0 | 3C | 0 | 55 | 64 | 46 |
| Octal | 277 | 377 | 146 | 31 | 0 | 74 | 0 | 125 | 144 | 106 |
| Binary | 10111111 | 11111111 | 1100110 | 11001 | 0 | 111100 | 0 | 1010101 | 1100100 | 1000110 |
Color Harmonies of #BFFF66
Complementary color
Monochromatic Colors of #BFFF66
Black with #BFFF66
Text Example
Text Example
White with #BFFF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF66; }
p { color: rgb(191,255,102); }
H1.HeaderClassName
{
color: #BFFF66;
}
.AnyTagClassName
{
color: #BFFF66;
}
</style>
background-color css
<style>
a { background-color: #BFFF66; }
a { background-color: rgb(191,255,102); }
div.DivClassName
{
background-color: #BFFF66;
}
.BgClassName
{
background-color: #BFFF66;
}
</style>
border-color css
<style>
span { border-color: #BFFF66; }
span { border-color: rgb(191,255,102); }
td.TdClassName
{
border-color: #BFFF66;
}
.TagClassName
{
border-color: #BFFF66;
}
</style>