Shades of Sulu #BCEC74
Tints of Sulu #BCEC74
RGB
CMYK
RGB Variations
Color information
#BCEC74 (or 0xBCEC74) is known color: Sulu. HEX triplet: BC, EC and 74. RGB value is (188,236,116). Sum of RGB (Red+Green+Blue) = 188+236+116=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC74 is #43138B. Grayscale: #D0D0D0. Windows color (decimal): -4395916 or 7662780. OLE color: 7662780.
HSL color Cylindrical-coordinate representation of color #BCEC74: hue angle of 84º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCEC74 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 116 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.07 |
| HSL | 84º | 0.76% | 0.69% | - |
| HSV(B) | 84º | 0.51% | 0.93% | - |
| XYZ | 53.89 | 71.94 | 27.57 | - |
| YUV | 207.97 | 76.1 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 116 | 0.20 | 0 | 0.51 | 0.07 | 84 | 0.76 | 0.69 |
| Hex | BC | EC | 74 | 14 | 0 | 33 | 7 | 54 | 4C | 45 |
| Octal | 274 | 354 | 164 | 24 | 0 | 63 | 7 | 124 | 114 | 105 |
| Binary | 10111100 | 11101100 | 1110100 | 10100 | 0 | 110011 | 111 | 1010100 | 1001100 | 1000101 |
Color Harmonies of #BCEC74
Complementary color
Monochromatic Colors of #BCEC74
Black with #BCEC74
Text Example
Text Example
White with #BCEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC74; }
p { color: rgb(188,236,116); }
H1.HeaderClassName
{
color: #BCEC74;
}
.AnyTagClassName
{
color: #BCEC74;
}
</style>
background-color css
<style>
a { background-color: #BCEC74; }
a { background-color: rgb(188,236,116); }
div.DivClassName
{
background-color: #BCEC74;
}
.BgClassName
{
background-color: #BCEC74;
}
</style>
border-color css
<style>
span { border-color: #BCEC74; }
span { border-color: rgb(188,236,116); }
td.TdClassName
{
border-color: #BCEC74;
}
.TagClassName
{
border-color: #BCEC74;
}
</style>