Shades of Sulu #BCFE73
Tints of Sulu #BCFE73
RGB
CMYK
RGB Variations
Color information
#BCFE73 (or 0xBCFE73) is known color: Sulu. HEX triplet: BC, FE and 73. RGB value is (188,254,115). Sum of RGB (Red+Green+Blue) = 188+254+115=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE73 is #43018C. Grayscale: #DADADA. Windows color (decimal): -4391309 or 7601852. OLE color: 7601852.
HSL color Cylindrical-coordinate representation of color #BCFE73: hue angle of 88.49º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCFE73 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 115 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.00 |
| HSL | 88.49º | 0.99% | 0.72% | - |
| HSV(B) | 88.49º | 0.55% | 1% | - |
| XYZ | 59.28 | 82.81 | 29.08 | - |
| YUV | 218.42 | 69.63 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 115 | 0.26 | 0 | 0.55 | 0.00 | 88.49 | 0.99 | 0.72 |
| Hex | BC | FE | 73 | 1A | 0 | 37 | 0 | 58 | 63 | 48 |
| Octal | 274 | 376 | 163 | 32 | 0 | 67 | 0 | 130 | 143 | 110 |
| Binary | 10111100 | 11111110 | 1110011 | 11010 | 0 | 110111 | 0 | 1011000 | 1100011 | 1001000 |
Color Harmonies of #BCFE73
Complementary color
Monochromatic Colors of #BCFE73
Black with #BCFE73
Text Example
Text Example
White with #BCFE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE73; }
p { color: rgb(188,254,115); }
H1.HeaderClassName
{
color: #BCFE73;
}
.AnyTagClassName
{
color: #BCFE73;
}
</style>
background-color css
<style>
a { background-color: #BCFE73; }
a { background-color: rgb(188,254,115); }
div.DivClassName
{
background-color: #BCFE73;
}
.BgClassName
{
background-color: #BCFE73;
}
</style>
border-color css
<style>
span { border-color: #BCFE73; }
span { border-color: rgb(188,254,115); }
td.TdClassName
{
border-color: #BCFE73;
}
.TagClassName
{
border-color: #BCFE73;
}
</style>