Shades of Sulu #BCFF66
Tints of Sulu #BCFF66
RGB
CMYK
RGB Variations
Color information
#BCFF66 (or 0xBCFF66) is known color: Sulu. HEX triplet: BC, FF and 66. RGB value is (188,255,102). Sum of RGB (Red+Green+Blue) = 188+255+102=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF66 is #430099. Grayscale: #DADADA. Windows color (decimal): -4391066 or 6750140. OLE color: 6750140.
HSL color Cylindrical-coordinate representation of color #BCFF66: hue angle of 86.27º 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 #BCFF66 is Cyan = 0.26, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 102 | - |
| CMYK | 0.26 | 0 | 0.6 | 0 |
| HSL | 86.27º | 1% | 0.7% | - |
| HSV(B) | 86.27º | 0.6% | 1% | - |
| XYZ | 58.9 | 83.17 | 25.52 | - |
| YUV | 217.53 | 62.8 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 102 | 0.26 | 0 | 0.6 | 0 | 86.27 | 1 | 0.7 |
| Hex | BC | FF | 66 | 1A | 0 | 3C | 0 | 56 | 64 | 46 |
| Octal | 274 | 377 | 146 | 32 | 0 | 74 | 0 | 126 | 144 | 106 |
| Binary | 10111100 | 11111111 | 1100110 | 11010 | 0 | 111100 | 0 | 1010110 | 1100100 | 1000110 |
Color Harmonies of #BCFF66
Complementary color
Monochromatic Colors of #BCFF66
Black with #BCFF66
Text Example
Text Example
White with #BCFF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF66; }
p { color: rgb(188,255,102); }
H1.HeaderClassName
{
color: #BCFF66;
}
.AnyTagClassName
{
color: #BCFF66;
}
</style>
background-color css
<style>
a { background-color: #BCFF66; }
a { background-color: rgb(188,255,102); }
div.DivClassName
{
background-color: #BCFF66;
}
.BgClassName
{
background-color: #BCFF66;
}
</style>
border-color css
<style>
span { border-color: #BCFF66; }
span { border-color: rgb(188,255,102); }
td.TdClassName
{
border-color: #BCFF66;
}
.TagClassName
{
border-color: #BCFF66;
}
</style>