Shades of Sulu #BCE78D
Tints of Sulu #BCE78D
RGB
CMYK
RGB Variations
Color information
#BCE78D (or 0xBCE78D) is known color: Sulu. HEX triplet: BC, E7 and 8D. RGB value is (188,231,141). Sum of RGB (Red+Green+Blue) = 188+231+141=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE78D is #431872. Grayscale: #D0D0D0. Windows color (decimal): -4397171 or 9299900. OLE color: 9299900.
HSL color Cylindrical-coordinate representation of color #BCE78D: hue angle of 88.67º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCE78D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 141 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.09 |
| HSL | 88.67º | 0.65% | 0.73% | - |
| HSV(B) | 88.67º | 0.39% | 0.91% | - |
| XYZ | 54.12 | 69.77 | 35.81 | - |
| YUV | 207.88 | 90.25 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 141 | 0.19 | 0 | 0.39 | 0.09 | 88.67 | 0.65 | 0.73 |
| Hex | BC | E7 | 8D | 13 | 0 | 27 | 9 | 59 | 41 | 49 |
| Octal | 274 | 347 | 215 | 23 | 0 | 47 | 11 | 131 | 101 | 111 |
| Binary | 10111100 | 11100111 | 10001101 | 10011 | 0 | 100111 | 1001 | 1011001 | 1000001 | 1001001 |
Color Harmonies of #BCE78D
Complementary color
Monochromatic Colors of #BCE78D
Black with #BCE78D
Text Example
Text Example
White with #BCE78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE78D; }
p { color: rgb(188,231,141); }
H1.HeaderClassName
{
color: #BCE78D;
}
.AnyTagClassName
{
color: #BCE78D;
}
</style>
background-color css
<style>
a { background-color: #BCE78D; }
a { background-color: rgb(188,231,141); }
div.DivClassName
{
background-color: #BCE78D;
}
.BgClassName
{
background-color: #BCE78D;
}
</style>
border-color css
<style>
span { border-color: #BCE78D; }
span { border-color: rgb(188,231,141); }
td.TdClassName
{
border-color: #BCE78D;
}
.TagClassName
{
border-color: #BCE78D;
}
</style>