Shades of Sulu #BCFE6F
Tints of Sulu #BCFE6F
RGB
CMYK
RGB Variations
Color information
#BCFE6F (or 0xBCFE6F) is known color: Sulu. HEX triplet: BC, FE and 6F. RGB value is (188,254,111). Sum of RGB (Red+Green+Blue) = 188+254+111=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE6F is #430190. Grayscale: #DADADA. Windows color (decimal): -4391313 or 7339708. OLE color: 7339708.
HSL color Cylindrical-coordinate representation of color #BCFE6F: hue angle of 87.69º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCFE6F is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 111 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.00 |
| HSL | 87.69º | 0.99% | 0.72% | - |
| HSV(B) | 87.69º | 0.56% | 1% | - |
| XYZ | 59.05 | 82.72 | 27.89 | - |
| YUV | 217.96 | 67.63 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 111 | 0.26 | 0 | 0.56 | 0.00 | 87.69 | 0.99 | 0.72 |
| Hex | BC | FE | 6F | 1A | 0 | 38 | 0 | 58 | 63 | 48 |
| Octal | 274 | 376 | 157 | 32 | 0 | 70 | 0 | 130 | 143 | 110 |
| Binary | 10111100 | 11111110 | 1101111 | 11010 | 0 | 111000 | 0 | 1011000 | 1100011 | 1001000 |
Color Harmonies of #BCFE6F
Complementary color
Monochromatic Colors of #BCFE6F
Black with #BCFE6F
Text Example
Text Example
White with #BCFE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE6F; }
p { color: rgb(188,254,111); }
H1.HeaderClassName
{
color: #BCFE6F;
}
.AnyTagClassName
{
color: #BCFE6F;
}
</style>
background-color css
<style>
a { background-color: #BCFE6F; }
a { background-color: rgb(188,254,111); }
div.DivClassName
{
background-color: #BCFE6F;
}
.BgClassName
{
background-color: #BCFE6F;
}
</style>
border-color css
<style>
span { border-color: #BCFE6F; }
span { border-color: rgb(188,254,111); }
td.TdClassName
{
border-color: #BCFE6F;
}
.TagClassName
{
border-color: #BCFE6F;
}
</style>