Shades of Sulu #BCFE63
Tints of Sulu #BCFE63
RGB
CMYK
RGB Variations
Color information
#BCFE63 (or 0xBCFE63) is known color: Sulu. HEX triplet: BC, FE and 63. RGB value is (188,254,99). Sum of RGB (Red+Green+Blue) = 188+254+99=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE63 is #43019C. Grayscale: #D9D9D9. Windows color (decimal): -4391325 or 6553276. OLE color: 6553276.
HSL color Cylindrical-coordinate representation of color #BCFE63: hue angle of 85.55º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCFE63 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 99 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.00 |
| HSL | 85.55º | 0.99% | 0.69% | - |
| HSV(B) | 85.55º | 0.61% | 1% | - |
| XYZ | 58.43 | 82.48 | 24.64 | - |
| YUV | 216.6 | 61.63 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 99 | 0.26 | 0 | 0.61 | 0.00 | 85.55 | 0.99 | 0.69 |
| Hex | BC | FE | 63 | 1A | 0 | 3D | 0 | 56 | 63 | 45 |
| Octal | 274 | 376 | 143 | 32 | 0 | 75 | 0 | 126 | 143 | 105 |
| Binary | 10111100 | 11111110 | 1100011 | 11010 | 0 | 111101 | 0 | 1010110 | 1100011 | 1000101 |
Color Harmonies of #BCFE63
Complementary color
Monochromatic Colors of #BCFE63
Black with #BCFE63
Text Example
Text Example
White with #BCFE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE63; }
p { color: rgb(188,254,99); }
H1.HeaderClassName
{
color: #BCFE63;
}
.AnyTagClassName
{
color: #BCFE63;
}
</style>
background-color css
<style>
a { background-color: #BCFE63; }
a { background-color: rgb(188,254,99); }
div.DivClassName
{
background-color: #BCFE63;
}
.BgClassName
{
background-color: #BCFE63;
}
</style>
border-color css
<style>
span { border-color: #BCFE63; }
span { border-color: rgb(188,254,99); }
td.TdClassName
{
border-color: #BCFE63;
}
.TagClassName
{
border-color: #BCFE63;
}
</style>