Shades of Sulu #BCE56E
Tints of Sulu #BCE56E
RGB
CMYK
RGB Variations
Color information
#BCE56E (or 0xBCE56E) is known color: Sulu. HEX triplet: BC, E5 and 6E. RGB value is (188,229,110). Sum of RGB (Red+Green+Blue) = 188+229+110=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE56E is #431A91. Grayscale: #CBCBCB. Windows color (decimal): -4397714 or 7267772. OLE color: 7267772.
HSL color Cylindrical-coordinate representation of color #BCE56E: hue angle of 80.67º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCE56E is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 110 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.10 |
| HSL | 80.67º | 0.7% | 0.66% | - |
| HSV(B) | 80.67º | 0.52% | 0.9% | - |
| XYZ | 51.57 | 67.86 | 25.13 | - |
| YUV | 203.18 | 75.42 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 110 | 0.18 | 0 | 0.52 | 0.10 | 80.67 | 0.7 | 0.66 |
| Hex | BC | E5 | 6E | 12 | 0 | 34 | A | 51 | 46 | 42 |
| Octal | 274 | 345 | 156 | 22 | 0 | 64 | 12 | 121 | 106 | 102 |
| Binary | 10111100 | 11100101 | 1101110 | 10010 | 0 | 110100 | 1010 | 1010001 | 1000110 | 1000010 |
Color Harmonies of #BCE56E
Complementary color
Monochromatic Colors of #BCE56E
Black with #BCE56E
Text Example
Text Example
White with #BCE56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE56E; }
p { color: rgb(188,229,110); }
H1.HeaderClassName
{
color: #BCE56E;
}
.AnyTagClassName
{
color: #BCE56E;
}
</style>
background-color css
<style>
a { background-color: #BCE56E; }
a { background-color: rgb(188,229,110); }
div.DivClassName
{
background-color: #BCE56E;
}
.BgClassName
{
background-color: #BCE56E;
}
</style>
border-color css
<style>
span { border-color: #BCE56E; }
span { border-color: rgb(188,229,110); }
td.TdClassName
{
border-color: #BCE56E;
}
.TagClassName
{
border-color: #BCE56E;
}
</style>