Shades of Sulu #BCDD70
Tints of Sulu #BCDD70
RGB
CMYK
RGB Variations
Color information
#BCDD70 (or 0xBCDD70) is known color: Sulu. HEX triplet: BC, DD and 70. RGB value is (188,221,112). Sum of RGB (Red+Green+Blue) = 188+221+112=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD70 is #43228F. Grayscale: #C7C7C7. Windows color (decimal): -4399760 or 7396796. OLE color: 7396796.
HSL color Cylindrical-coordinate representation of color #BCDD70: hue angle of 78.17º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCDD70 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 112 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.13 |
| HSL | 78.17º | 0.62% | 0.65% | - |
| HSV(B) | 78.17º | 0.49% | 0.87% | - |
| XYZ | 49.52 | 63.57 | 24.99 | - |
| YUV | 198.71 | 79.07 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 112 | 0.15 | 0 | 0.49 | 0.13 | 78.17 | 0.62 | 0.65 |
| Hex | BC | DD | 70 | F | 0 | 31 | D | 4E | 3E | 41 |
| Octal | 274 | 335 | 160 | 17 | 0 | 61 | 15 | 116 | 76 | 101 |
| Binary | 10111100 | 11011101 | 1110000 | 1111 | 0 | 110001 | 1101 | 1001110 | 111110 | 1000001 |
Color Harmonies of #BCDD70
Complementary color
Monochromatic Colors of #BCDD70
Black with #BCDD70
Text Example
Text Example
White with #BCDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD70; }
p { color: rgb(188,221,112); }
H1.HeaderClassName
{
color: #BCDD70;
}
.AnyTagClassName
{
color: #BCDD70;
}
</style>
background-color css
<style>
a { background-color: #BCDD70; }
a { background-color: rgb(188,221,112); }
div.DivClassName
{
background-color: #BCDD70;
}
.BgClassName
{
background-color: #BCDD70;
}
</style>
border-color css
<style>
span { border-color: #BCDD70; }
span { border-color: rgb(188,221,112); }
td.TdClassName
{
border-color: #BCDD70;
}
.TagClassName
{
border-color: #BCDD70;
}
</style>