Shades of Sulu #BCE77C
Tints of Sulu #BCE77C
RGB
CMYK
RGB Variations
Color information
#BCE77C (or 0xBCE77C) is known color: Sulu. HEX triplet: BC, E7 and 7C. RGB value is (188,231,124). Sum of RGB (Red+Green+Blue) = 188+231+124=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE77C is #431883. Grayscale: #CECECE. Windows color (decimal): -4397188 or 8185788. OLE color: 8185788.
HSL color Cylindrical-coordinate representation of color #BCE77C: hue angle of 84.11º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCE77C is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 124 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.09 |
| HSL | 84.11º | 0.69% | 0.7% | - |
| HSV(B) | 84.11º | 0.46% | 0.91% | - |
| XYZ | 52.95 | 69.3 | 29.65 | - |
| YUV | 205.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 124 | 0.19 | 0 | 0.46 | 0.09 | 84.11 | 0.69 | 0.7 |
| Hex | BC | E7 | 7C | 13 | 0 | 2E | 9 | 54 | 45 | 46 |
| Octal | 274 | 347 | 174 | 23 | 0 | 56 | 11 | 124 | 105 | 106 |
| Binary | 10111100 | 11100111 | 1111100 | 10011 | 0 | 101110 | 1001 | 1010100 | 1000101 | 1000110 |
Color Harmonies of #BCE77C
Complementary color
Monochromatic Colors of #BCE77C
Black with #BCE77C
Text Example
Text Example
White with #BCE77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE77C; }
p { color: rgb(188,231,124); }
H1.HeaderClassName
{
color: #BCE77C;
}
.AnyTagClassName
{
color: #BCE77C;
}
</style>
background-color css
<style>
a { background-color: #BCE77C; }
a { background-color: rgb(188,231,124); }
div.DivClassName
{
background-color: #BCE77C;
}
.BgClassName
{
background-color: #BCE77C;
}
</style>
border-color css
<style>
span { border-color: #BCE77C; }
span { border-color: rgb(188,231,124); }
td.TdClassName
{
border-color: #BCE77C;
}
.TagClassName
{
border-color: #BCE77C;
}
</style>