Shades of Sulu #BCDD71
Tints of Sulu #BCDD71
RGB
CMYK
RGB Variations
Color information
#BCDD71 (or 0xBCDD71) is known color: Sulu. HEX triplet: BC, DD and 71. RGB value is (188,221,113). Sum of RGB (Red+Green+Blue) = 188+221+113=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD71 is #43228E. Grayscale: #C7C7C7. Windows color (decimal): -4399759 or 7462332. OLE color: 7462332.
HSL color Cylindrical-coordinate representation of color #BCDD71: hue angle of 78.33º degrees, saturation: 0.61, 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 #BCDD71 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 113 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.13 |
| HSL | 78.33º | 0.61% | 0.65% | - |
| HSV(B) | 78.33º | 0.49% | 0.87% | - |
| XYZ | 49.58 | 63.6 | 25.29 | - |
| YUV | 198.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 113 | 0.15 | 0 | 0.49 | 0.13 | 78.33 | 0.61 | 0.65 |
| Hex | BC | DD | 71 | F | 0 | 31 | D | 4E | 3D | 41 |
| Octal | 274 | 335 | 161 | 17 | 0 | 61 | 15 | 116 | 75 | 101 |
| Binary | 10111100 | 11011101 | 1110001 | 1111 | 0 | 110001 | 1101 | 1001110 | 111101 | 1000001 |
Color Harmonies of #BCDD71
Complementary color
Monochromatic Colors of #BCDD71
Black with #BCDD71
Text Example
Text Example
White with #BCDD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD71; }
p { color: rgb(188,221,113); }
H1.HeaderClassName
{
color: #BCDD71;
}
.AnyTagClassName
{
color: #BCDD71;
}
</style>
background-color css
<style>
a { background-color: #BCDD71; }
a { background-color: rgb(188,221,113); }
div.DivClassName
{
background-color: #BCDD71;
}
.BgClassName
{
background-color: #BCDD71;
}
</style>
border-color css
<style>
span { border-color: #BCDD71; }
span { border-color: rgb(188,221,113); }
td.TdClassName
{
border-color: #BCDD71;
}
.TagClassName
{
border-color: #BCDD71;
}
</style>