Shades of Sulu #BCED77
Tints of Sulu #BCED77
RGB
CMYK
RGB Variations
Color information
#BCED77 (or 0xBCED77) is known color: Sulu. HEX triplet: BC, ED and 77. RGB value is (188,237,119). Sum of RGB (Red+Green+Blue) = 188+237+119=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 119 (46.88% from 255 or 21.88% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED77 is #431288. Grayscale: #D1D1D1. Windows color (decimal): -4395657 or 7859644. OLE color: 7859644.
HSL color Cylindrical-coordinate representation of color #BCED77: hue angle of 84.92º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCED77 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 119 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.07 |
| HSL | 84.92º | 0.77% | 0.7% | - |
| HSV(B) | 84.92º | 0.5% | 0.93% | - |
| XYZ | 54.35 | 72.59 | 28.6 | - |
| YUV | 208.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 119 | 0.21 | 0 | 0.50 | 0.07 | 84.92 | 0.77 | 0.7 |
| Hex | BC | ED | 77 | 15 | 0 | 32 | 7 | 55 | 4D | 46 |
| Octal | 274 | 355 | 167 | 25 | 0 | 62 | 7 | 125 | 115 | 106 |
| Binary | 10111100 | 11101101 | 1110111 | 10101 | 0 | 110010 | 111 | 1010101 | 1001101 | 1000110 |
Color Harmonies of #BCED77
Complementary color
Monochromatic Colors of #BCED77
Black with #BCED77
Text Example
Text Example
White with #BCED77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED77; }
p { color: rgb(188,237,119); }
H1.HeaderClassName
{
color: #BCED77;
}
.AnyTagClassName
{
color: #BCED77;
}
</style>
background-color css
<style>
a { background-color: #BCED77; }
a { background-color: rgb(188,237,119); }
div.DivClassName
{
background-color: #BCED77;
}
.BgClassName
{
background-color: #BCED77;
}
</style>
border-color css
<style>
span { border-color: #BCED77; }
span { border-color: rgb(188,237,119); }
td.TdClassName
{
border-color: #BCED77;
}
.TagClassName
{
border-color: #BCED77;
}
</style>