Shades of Sulu #BCE58E
Tints of Sulu #BCE58E
RGB
CMYK
RGB Variations
Color information
#BCE58E (or 0xBCE58E) is known color: Sulu. HEX triplet: BC, E5 and 8E. RGB value is (188,229,142). Sum of RGB (Red+Green+Blue) = 188+229+142=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE58E is #431A71. Grayscale: #CFCFCF. Windows color (decimal): -4397682 or 9364924. OLE color: 9364924.
HSL color Cylindrical-coordinate representation of color #BCE58E: hue angle of 88.28º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCE58E is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 142 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.10 |
| HSL | 88.28º | 0.63% | 0.73% | - |
| HSV(B) | 88.28º | 0.38% | 0.9% | - |
| XYZ | 53.64 | 68.68 | 36.02 | - |
| YUV | 206.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 142 | 0.18 | 0 | 0.38 | 0.10 | 88.28 | 0.63 | 0.73 |
| Hex | BC | E5 | 8E | 12 | 0 | 26 | A | 58 | 3F | 49 |
| Octal | 274 | 345 | 216 | 22 | 0 | 46 | 12 | 130 | 77 | 111 |
| Binary | 10111100 | 11100101 | 10001110 | 10010 | 0 | 100110 | 1010 | 1011000 | 111111 | 1001001 |
Color Harmonies of #BCE58E
Complementary color
Monochromatic Colors of #BCE58E
Black with #BCE58E
Text Example
Text Example
White with #BCE58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE58E; }
p { color: rgb(188,229,142); }
H1.HeaderClassName
{
color: #BCE58E;
}
.AnyTagClassName
{
color: #BCE58E;
}
</style>
background-color css
<style>
a { background-color: #BCE58E; }
a { background-color: rgb(188,229,142); }
div.DivClassName
{
background-color: #BCE58E;
}
.BgClassName
{
background-color: #BCE58E;
}
</style>
border-color css
<style>
span { border-color: #BCE58E; }
span { border-color: rgb(188,229,142); }
td.TdClassName
{
border-color: #BCE58E;
}
.TagClassName
{
border-color: #BCE58E;
}
</style>