Shades of Sulu #BCE66F
Tints of Sulu #BCE66F
RGB
CMYK
RGB Variations
Color information
#BCE66F (or 0xBCE66F) is known color: Sulu. HEX triplet: BC, E6 and 6F. RGB value is (188,230,111). Sum of RGB (Red+Green+Blue) = 188+230+111=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE66F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE66F is #431990. Grayscale: #CCCCCC. Windows color (decimal): -4397457 or 7333564. OLE color: 7333564.
HSL color Cylindrical-coordinate representation of color #BCE66F: hue angle of 81.18º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCE66F is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 111 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.10 |
| HSL | 81.18º | 0.7% | 0.67% | - |
| HSV(B) | 81.18º | 0.52% | 0.9% | - |
| XYZ | 51.91 | 68.43 | 25.51 | - |
| YUV | 203.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 111 | 0.18 | 0 | 0.52 | 0.10 | 81.18 | 0.7 | 0.67 |
| Hex | BC | E6 | 6F | 12 | 0 | 34 | A | 51 | 46 | 43 |
| Octal | 274 | 346 | 157 | 22 | 0 | 64 | 12 | 121 | 106 | 103 |
| Binary | 10111100 | 11100110 | 1101111 | 10010 | 0 | 110100 | 1010 | 1010001 | 1000110 | 1000011 |
Color Harmonies of #BCE66F
Complementary color
Monochromatic Colors of #BCE66F
Black with #BCE66F
Text Example
Text Example
White with #BCE66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE66F; }
p { color: rgb(188,230,111); }
H1.HeaderClassName
{
color: #BCE66F;
}
.AnyTagClassName
{
color: #BCE66F;
}
</style>
background-color css
<style>
a { background-color: #BCE66F; }
a { background-color: rgb(188,230,111); }
div.DivClassName
{
background-color: #BCE66F;
}
.BgClassName
{
background-color: #BCE66F;
}
</style>
border-color css
<style>
span { border-color: #BCE66F; }
span { border-color: rgb(188,230,111); }
td.TdClassName
{
border-color: #BCE66F;
}
.TagClassName
{
border-color: #BCE66F;
}
</style>