Shades of Sulu #BCFF72
Tints of Sulu #BCFF72
RGB
CMYK
RGB Variations
Color information
#BCFF72 (or 0xBCFF72) is known color: Sulu. HEX triplet: BC, FF and 72. RGB value is (188,255,114). Sum of RGB (Red+Green+Blue) = 188+255+114=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF72 is #43008D. Grayscale: #DBDBDB. Windows color (decimal): -4391054 or 7536572. OLE color: 7536572.
HSL color Cylindrical-coordinate representation of color #BCFF72: hue angle of 88.51º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCFF72 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 114 | - |
| CMYK | 0.26 | 0 | 0.55 | 0 |
| HSL | 88.51º | 1% | 0.72% | - |
| HSV(B) | 88.51º | 0.55% | 1% | - |
| XYZ | 59.54 | 83.43 | 28.88 | - |
| YUV | 218.89 | 68.8 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 114 | 0.26 | 0 | 0.55 | 0 | 88.51 | 1 | 0.72 |
| Hex | BC | FF | 72 | 1A | 0 | 37 | 0 | 59 | 64 | 48 |
| Octal | 274 | 377 | 162 | 32 | 0 | 67 | 0 | 131 | 144 | 110 |
| Binary | 10111100 | 11111111 | 1110010 | 11010 | 0 | 110111 | 0 | 1011001 | 1100100 | 1001000 |
Color Harmonies of #BCFF72
Complementary color
Monochromatic Colors of #BCFF72
Black with #BCFF72
Text Example
Text Example
White with #BCFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF72; }
p { color: rgb(188,255,114); }
H1.HeaderClassName
{
color: #BCFF72;
}
.AnyTagClassName
{
color: #BCFF72;
}
</style>
background-color css
<style>
a { background-color: #BCFF72; }
a { background-color: rgb(188,255,114); }
div.DivClassName
{
background-color: #BCFF72;
}
.BgClassName
{
background-color: #BCFF72;
}
</style>
border-color css
<style>
span { border-color: #BCFF72; }
span { border-color: rgb(188,255,114); }
td.TdClassName
{
border-color: #BCFF72;
}
.TagClassName
{
border-color: #BCFF72;
}
</style>