Shades of Sulu #BCED72
Tints of Sulu #BCED72
RGB
CMYK
RGB Variations
Color information
#BCED72 (or 0xBCED72) is known color: Sulu. HEX triplet: BC, ED and 72. RGB value is (188,237,114). Sum of RGB (Red+Green+Blue) = 188+237+114=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED72 is #43128D. Grayscale: #D0D0D0. Windows color (decimal): -4395662 or 7531964. OLE color: 7531964.
HSL color Cylindrical-coordinate representation of color #BCED72: hue angle of 83.9º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCED72 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 114 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.07 |
| HSL | 83.9º | 0.77% | 0.69% | - |
| HSV(B) | 83.9º | 0.52% | 0.93% | - |
| XYZ | 54.06 | 72.47 | 27.06 | - |
| YUV | 208.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 114 | 0.21 | 0 | 0.52 | 0.07 | 83.9 | 0.77 | 0.69 |
| Hex | BC | ED | 72 | 15 | 0 | 34 | 7 | 54 | 4D | 45 |
| Octal | 274 | 355 | 162 | 25 | 0 | 64 | 7 | 124 | 115 | 105 |
| Binary | 10111100 | 11101101 | 1110010 | 10101 | 0 | 110100 | 111 | 1010100 | 1001101 | 1000101 |
Color Harmonies of #BCED72
Complementary color
Monochromatic Colors of #BCED72
Black with #BCED72
Text Example
Text Example
White with #BCED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED72; }
p { color: rgb(188,237,114); }
H1.HeaderClassName
{
color: #BCED72;
}
.AnyTagClassName
{
color: #BCED72;
}
</style>
background-color css
<style>
a { background-color: #BCED72; }
a { background-color: rgb(188,237,114); }
div.DivClassName
{
background-color: #BCED72;
}
.BgClassName
{
background-color: #BCED72;
}
</style>
border-color css
<style>
span { border-color: #BCED72; }
span { border-color: rgb(188,237,114); }
td.TdClassName
{
border-color: #BCED72;
}
.TagClassName
{
border-color: #BCED72;
}
</style>