Shades of Sulu #BCE07D
Tints of Sulu #BCE07D
RGB
CMYK
RGB Variations
Color information
#BCE07D (or 0xBCE07D) is known color: Sulu. HEX triplet: BC, E0 and 7D. RGB value is (188,224,125). Sum of RGB (Red+Green+Blue) = 188+224+125=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE07D is #431F82. Grayscale: #CACACA. Windows color (decimal): -4398979 or 8249532. OLE color: 8249532.
HSL color Cylindrical-coordinate representation of color #BCE07D: hue angle of 81.82º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCE07D is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 125 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.12 |
| HSL | 81.82º | 0.61% | 0.68% | - |
| HSV(B) | 81.82º | 0.44% | 0.88% | - |
| XYZ | 51.1 | 65.48 | 29.35 | - |
| YUV | 201.95 | 84.57 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 125 | 0.16 | 0 | 0.44 | 0.12 | 81.82 | 0.61 | 0.68 |
| Hex | BC | E0 | 7D | 10 | 0 | 2C | C | 52 | 3D | 44 |
| Octal | 274 | 340 | 175 | 20 | 0 | 54 | 14 | 122 | 75 | 104 |
| Binary | 10111100 | 11100000 | 1111101 | 10000 | 0 | 101100 | 1100 | 1010010 | 111101 | 1000100 |
Color Harmonies of #BCE07D
Complementary color
Monochromatic Colors of #BCE07D
Black with #BCE07D
Text Example
Text Example
White with #BCE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE07D; }
p { color: rgb(188,224,125); }
H1.HeaderClassName
{
color: #BCE07D;
}
.AnyTagClassName
{
color: #BCE07D;
}
</style>
background-color css
<style>
a { background-color: #BCE07D; }
a { background-color: rgb(188,224,125); }
div.DivClassName
{
background-color: #BCE07D;
}
.BgClassName
{
background-color: #BCE07D;
}
</style>
border-color css
<style>
span { border-color: #BCE07D; }
span { border-color: rgb(188,224,125); }
td.TdClassName
{
border-color: #BCE07D;
}
.TagClassName
{
border-color: #BCE07D;
}
</style>