Shades of Sulu #BCFC71
Tints of Sulu #BCFC71
RGB
CMYK
RGB Variations
Color information
#BCFC71 (or 0xBCFC71) is known color: Sulu. HEX triplet: BC, FC and 71. RGB value is (188,252,113). Sum of RGB (Red+Green+Blue) = 188+252+113=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC71 is #43038E. Grayscale: #D9D9D9. Windows color (decimal): -4391823 or 7470268. OLE color: 7470268.
HSL color Cylindrical-coordinate representation of color #BCFC71: hue angle of 87.63º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCFC71 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 113 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.01 |
| HSL | 87.63º | 0.96% | 0.72% | - |
| HSV(B) | 87.63º | 0.55% | 0.99% | - |
| XYZ | 58.53 | 81.5 | 28.27 | - |
| YUV | 217.02 | 69.3 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 113 | 0.25 | 0 | 0.55 | 0.01 | 87.63 | 0.96 | 0.72 |
| Hex | BC | FC | 71 | 19 | 0 | 37 | 1 | 58 | 60 | 48 |
| Octal | 274 | 374 | 161 | 31 | 0 | 67 | 1 | 130 | 140 | 110 |
| Binary | 10111100 | 11111100 | 1110001 | 11001 | 0 | 110111 | 1 | 1011000 | 1100000 | 1001000 |
Color Harmonies of #BCFC71
Complementary color
Monochromatic Colors of #BCFC71
Black with #BCFC71
Text Example
Text Example
White with #BCFC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC71; }
p { color: rgb(188,252,113); }
H1.HeaderClassName
{
color: #BCFC71;
}
.AnyTagClassName
{
color: #BCFC71;
}
</style>
background-color css
<style>
a { background-color: #BCFC71; }
a { background-color: rgb(188,252,113); }
div.DivClassName
{
background-color: #BCFC71;
}
.BgClassName
{
background-color: #BCFC71;
}
</style>
border-color css
<style>
span { border-color: #BCFC71; }
span { border-color: rgb(188,252,113); }
td.TdClassName
{
border-color: #BCFC71;
}
.TagClassName
{
border-color: #BCFC71;
}
</style>