Shades of Sulu #BCFC63
Tints of Sulu #BCFC63
RGB
CMYK
RGB Variations
Color information
#BCFC63 (or 0xBCFC63) is known color: Sulu. HEX triplet: BC, FC and 63. RGB value is (188,252,99). Sum of RGB (Red+Green+Blue) = 188+252+99=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC63 is #43039C. Grayscale: #D7D7D7. Windows color (decimal): -4391837 or 6552764. OLE color: 6552764.
HSL color Cylindrical-coordinate representation of color #BCFC63: hue angle of 85.1º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCFC63 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 99 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.01 |
| HSL | 85.1º | 0.96% | 0.69% | - |
| HSV(B) | 85.1º | 0.61% | 0.99% | - |
| XYZ | 57.8 | 81.21 | 24.43 | - |
| YUV | 215.42 | 62.3 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 99 | 0.25 | 0 | 0.61 | 0.01 | 85.1 | 0.96 | 0.69 |
| Hex | BC | FC | 63 | 19 | 0 | 3D | 1 | 55 | 60 | 45 |
| Octal | 274 | 374 | 143 | 31 | 0 | 75 | 1 | 125 | 140 | 105 |
| Binary | 10111100 | 11111100 | 1100011 | 11001 | 0 | 111101 | 1 | 1010101 | 1100000 | 1000101 |
Color Harmonies of #BCFC63
Complementary color
Monochromatic Colors of #BCFC63
Black with #BCFC63
Text Example
Text Example
White with #BCFC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC63; }
p { color: rgb(188,252,99); }
H1.HeaderClassName
{
color: #BCFC63;
}
.AnyTagClassName
{
color: #BCFC63;
}
</style>
background-color css
<style>
a { background-color: #BCFC63; }
a { background-color: rgb(188,252,99); }
div.DivClassName
{
background-color: #BCFC63;
}
.BgClassName
{
background-color: #BCFC63;
}
</style>
border-color css
<style>
span { border-color: #BCFC63; }
span { border-color: rgb(188,252,99); }
td.TdClassName
{
border-color: #BCFC63;
}
.TagClassName
{
border-color: #BCFC63;
}
</style>