Shades of Sulu #BCDD78
Tints of Sulu #BCDD78
RGB
CMYK
RGB Variations
Color information
#BCDD78 (or 0xBCDD78) is known color: Sulu. HEX triplet: BC, DD and 78. RGB value is (188,221,120). Sum of RGB (Red+Green+Blue) = 188+221+120=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD78 is #432287. Grayscale: #C7C7C7. Windows color (decimal): -4399752 or 7921084. OLE color: 7921084.
HSL color Cylindrical-coordinate representation of color #BCDD78: hue angle of 79.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCDD78 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 120 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.13 |
| HSL | 79.6º | 0.6% | 0.67% | - |
| HSV(B) | 79.6º | 0.46% | 0.87% | - |
| XYZ | 49.99 | 63.76 | 27.44 | - |
| YUV | 199.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 120 | 0.15 | 0 | 0.46 | 0.13 | 79.6 | 0.6 | 0.67 |
| Hex | BC | DD | 78 | F | 0 | 2E | D | 50 | 3C | 43 |
| Octal | 274 | 335 | 170 | 17 | 0 | 56 | 15 | 120 | 74 | 103 |
| Binary | 10111100 | 11011101 | 1111000 | 1111 | 0 | 101110 | 1101 | 1010000 | 111100 | 1000011 |
Color Harmonies of #BCDD78
Complementary color
Monochromatic Colors of #BCDD78
Black with #BCDD78
Text Example
Text Example
White with #BCDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD78; }
p { color: rgb(188,221,120); }
H1.HeaderClassName
{
color: #BCDD78;
}
.AnyTagClassName
{
color: #BCDD78;
}
</style>
background-color css
<style>
a { background-color: #BCDD78; }
a { background-color: rgb(188,221,120); }
div.DivClassName
{
background-color: #BCDD78;
}
.BgClassName
{
background-color: #BCDD78;
}
</style>
border-color css
<style>
span { border-color: #BCDD78; }
span { border-color: rgb(188,221,120); }
td.TdClassName
{
border-color: #BCDD78;
}
.TagClassName
{
border-color: #BCDD78;
}
</style>