Shades of Sulu #BCFC72
Tints of Sulu #BCFC72
RGB
CMYK
RGB Variations
Color information
#BCFC72 (or 0xBCFC72) is known color: Sulu. HEX triplet: BC, FC and 72. RGB value is (188,252,114). Sum of RGB (Red+Green+Blue) = 188+252+114=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC72 is #43038D. Grayscale: #D9D9D9. Windows color (decimal): -4391822 or 7535804. OLE color: 7535804.
HSL color Cylindrical-coordinate representation of color #BCFC72: hue angle of 87.83º 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 #BCFC72 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 114 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.01 |
| HSL | 87.83º | 0.96% | 0.72% | - |
| HSV(B) | 87.83º | 0.55% | 0.99% | - |
| XYZ | 58.59 | 81.53 | 28.57 | - |
| YUV | 217.13 | 69.8 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 114 | 0.25 | 0 | 0.55 | 0.01 | 87.83 | 0.96 | 0.72 |
| Hex | BC | FC | 72 | 19 | 0 | 37 | 1 | 58 | 60 | 48 |
| Octal | 274 | 374 | 162 | 31 | 0 | 67 | 1 | 130 | 140 | 110 |
| Binary | 10111100 | 11111100 | 1110010 | 11001 | 0 | 110111 | 1 | 1011000 | 1100000 | 1001000 |
Color Harmonies of #BCFC72
Complementary color
Monochromatic Colors of #BCFC72
Black with #BCFC72
Text Example
Text Example
White with #BCFC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC72; }
p { color: rgb(188,252,114); }
H1.HeaderClassName
{
color: #BCFC72;
}
.AnyTagClassName
{
color: #BCFC72;
}
</style>
background-color css
<style>
a { background-color: #BCFC72; }
a { background-color: rgb(188,252,114); }
div.DivClassName
{
background-color: #BCFC72;
}
.BgClassName
{
background-color: #BCFC72;
}
</style>
border-color css
<style>
span { border-color: #BCFC72; }
span { border-color: rgb(188,252,114); }
td.TdClassName
{
border-color: #BCFC72;
}
.TagClassName
{
border-color: #BCFC72;
}
</style>