Shades of Sulu #BCE578
Tints of Sulu #BCE578
RGB
CMYK
RGB Variations
Color information
#BCE578 (or 0xBCE578) is known color: Sulu. HEX triplet: BC, E5 and 78. RGB value is (188,229,120). Sum of RGB (Red+Green+Blue) = 188+229+120=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE578 is #431A87. Grayscale: #CCCCCC. Windows color (decimal): -4397704 or 7923132. OLE color: 7923132.
HSL color Cylindrical-coordinate representation of color #BCE578: hue angle of 82.57º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCE578 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 120 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.10 |
| HSL | 82.57º | 0.68% | 0.68% | - |
| HSV(B) | 82.57º | 0.48% | 0.9% | - |
| XYZ | 52.15 | 68.09 | 28.16 | - |
| YUV | 204.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 120 | 0.18 | 0 | 0.48 | 0.10 | 82.57 | 0.68 | 0.68 |
| Hex | BC | E5 | 78 | 12 | 0 | 30 | A | 53 | 44 | 44 |
| Octal | 274 | 345 | 170 | 22 | 0 | 60 | 12 | 123 | 104 | 104 |
| Binary | 10111100 | 11100101 | 1111000 | 10010 | 0 | 110000 | 1010 | 1010011 | 1000100 | 1000100 |
Color Harmonies of #BCE578
Complementary color
Monochromatic Colors of #BCE578
Black with #BCE578
Text Example
Text Example
White with #BCE578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE578; }
p { color: rgb(188,229,120); }
H1.HeaderClassName
{
color: #BCE578;
}
.AnyTagClassName
{
color: #BCE578;
}
</style>
background-color css
<style>
a { background-color: #BCE578; }
a { background-color: rgb(188,229,120); }
div.DivClassName
{
background-color: #BCE578;
}
.BgClassName
{
background-color: #BCE578;
}
</style>
border-color css
<style>
span { border-color: #BCE578; }
span { border-color: rgb(188,229,120); }
td.TdClassName
{
border-color: #BCE578;
}
.TagClassName
{
border-color: #BCE578;
}
</style>