Shades of Sulu #BCED73
Tints of Sulu #BCED73
RGB
CMYK
RGB Variations
Color information
#BCED73 (or 0xBCED73) is known color: Sulu. HEX triplet: BC, ED and 73. RGB value is (188,237,115). Sum of RGB (Red+Green+Blue) = 188+237+115=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED73 is #43128C. Grayscale: #D0D0D0. Windows color (decimal): -4395661 or 7597500. OLE color: 7597500.
HSL color Cylindrical-coordinate representation of color #BCED73: hue angle of 84.1º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCED73 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 115 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.07 |
| HSL | 84.1º | 0.77% | 0.69% | - |
| HSV(B) | 84.1º | 0.51% | 0.93% | - |
| XYZ | 54.12 | 72.5 | 27.36 | - |
| YUV | 208.44 | 75.27 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 115 | 0.21 | 0 | 0.51 | 0.07 | 84.1 | 0.77 | 0.69 |
| Hex | BC | ED | 73 | 15 | 0 | 33 | 7 | 54 | 4D | 45 |
| Octal | 274 | 355 | 163 | 25 | 0 | 63 | 7 | 124 | 115 | 105 |
| Binary | 10111100 | 11101101 | 1110011 | 10101 | 0 | 110011 | 111 | 1010100 | 1001101 | 1000101 |
Color Harmonies of #BCED73
Complementary color
Monochromatic Colors of #BCED73
Black with #BCED73
Text Example
Text Example
White with #BCED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED73; }
p { color: rgb(188,237,115); }
H1.HeaderClassName
{
color: #BCED73;
}
.AnyTagClassName
{
color: #BCED73;
}
</style>
background-color css
<style>
a { background-color: #BCED73; }
a { background-color: rgb(188,237,115); }
div.DivClassName
{
background-color: #BCED73;
}
.BgClassName
{
background-color: #BCED73;
}
</style>
border-color css
<style>
span { border-color: #BCED73; }
span { border-color: rgb(188,237,115); }
td.TdClassName
{
border-color: #BCED73;
}
.TagClassName
{
border-color: #BCED73;
}
</style>