Shades of Sulu #BCE078
Tints of Sulu #BCE078
RGB
CMYK
RGB Variations
Color information
#BCE078 (or 0xBCE078) is known color: Sulu. HEX triplet: BC, E0 and 78. RGB value is (188,224,120). Sum of RGB (Red+Green+Blue) = 188+224+120=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE078 is #431F87. Grayscale: #C9C9C9. Windows color (decimal): -4398984 or 7921852. OLE color: 7921852.
HSL color Cylindrical-coordinate representation of color #BCE078: hue angle of 80.77º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCE078 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 120 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.12 |
| HSL | 80.77º | 0.63% | 0.67% | - |
| HSV(B) | 80.77º | 0.46% | 0.88% | - |
| XYZ | 50.78 | 65.36 | 27.71 | - |
| YUV | 201.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 120 | 0.16 | 0 | 0.46 | 0.12 | 80.77 | 0.63 | 0.67 |
| Hex | BC | E0 | 78 | 10 | 0 | 2E | C | 51 | 3F | 43 |
| Octal | 274 | 340 | 170 | 20 | 0 | 56 | 14 | 121 | 77 | 103 |
| Binary | 10111100 | 11100000 | 1111000 | 10000 | 0 | 101110 | 1100 | 1010001 | 111111 | 1000011 |
Color Harmonies of #BCE078
Complementary color
Monochromatic Colors of #BCE078
Black with #BCE078
Text Example
Text Example
White with #BCE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE078; }
p { color: rgb(188,224,120); }
H1.HeaderClassName
{
color: #BCE078;
}
.AnyTagClassName
{
color: #BCE078;
}
</style>
background-color css
<style>
a { background-color: #BCE078; }
a { background-color: rgb(188,224,120); }
div.DivClassName
{
background-color: #BCE078;
}
.BgClassName
{
background-color: #BCE078;
}
</style>
border-color css
<style>
span { border-color: #BCE078; }
span { border-color: rgb(188,224,120); }
td.TdClassName
{
border-color: #BCE078;
}
.TagClassName
{
border-color: #BCE078;
}
</style>