Shades of Sulu #BCEC72
Tints of Sulu #BCEC72
RGB
CMYK
RGB Variations
Color information
#BCEC72 (or 0xBCEC72) is known color: Sulu. HEX triplet: BC, EC and 72. RGB value is (188,236,114). Sum of RGB (Red+Green+Blue) = 188+236+114=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC72 is #43138D. Grayscale: #D0D0D0. Windows color (decimal): -4395918 or 7531708. OLE color: 7531708.
HSL color Cylindrical-coordinate representation of color #BCEC72: hue angle of 83.61º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCEC72 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 114 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.07 |
| HSL | 83.61º | 0.76% | 0.69% | - |
| HSV(B) | 83.61º | 0.52% | 0.93% | - |
| XYZ | 53.77 | 71.9 | 26.96 | - |
| YUV | 207.74 | 75.1 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 114 | 0.20 | 0 | 0.52 | 0.07 | 83.61 | 0.76 | 0.69 |
| Hex | BC | EC | 72 | 14 | 0 | 34 | 7 | 54 | 4C | 45 |
| Octal | 274 | 354 | 162 | 24 | 0 | 64 | 7 | 124 | 114 | 105 |
| Binary | 10111100 | 11101100 | 1110010 | 10100 | 0 | 110100 | 111 | 1010100 | 1001100 | 1000101 |
Color Harmonies of #BCEC72
Complementary color
Monochromatic Colors of #BCEC72
Black with #BCEC72
Text Example
Text Example
White with #BCEC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC72; }
p { color: rgb(188,236,114); }
H1.HeaderClassName
{
color: #BCEC72;
}
.AnyTagClassName
{
color: #BCEC72;
}
</style>
background-color css
<style>
a { background-color: #BCEC72; }
a { background-color: rgb(188,236,114); }
div.DivClassName
{
background-color: #BCEC72;
}
.BgClassName
{
background-color: #BCEC72;
}
</style>
border-color css
<style>
span { border-color: #BCEC72; }
span { border-color: rgb(188,236,114); }
td.TdClassName
{
border-color: #BCEC72;
}
.TagClassName
{
border-color: #BCEC72;
}
</style>