Shades of Sulu #BCE57B
Tints of Sulu #BCE57B
RGB
CMYK
RGB Variations
Color information
#BCE57B (or 0xBCE57B) is known color: Sulu. HEX triplet: BC, E5 and 7B. RGB value is (188,229,123). Sum of RGB (Red+Green+Blue) = 188+229+123=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE57B is #431A84. Grayscale: #CDCDCD. Windows color (decimal): -4397701 or 8119740. OLE color: 8119740.
HSL color Cylindrical-coordinate representation of color #BCE57B: hue angle of 83.21º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCE57B is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 123 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.10 |
| HSL | 83.21º | 0.67% | 0.69% | - |
| HSV(B) | 83.21º | 0.46% | 0.9% | - |
| XYZ | 52.33 | 68.16 | 29.14 | - |
| YUV | 204.66 | 81.92 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 123 | 0.18 | 0 | 0.46 | 0.10 | 83.21 | 0.67 | 0.69 |
| Hex | BC | E5 | 7B | 12 | 0 | 2E | A | 53 | 43 | 45 |
| Octal | 274 | 345 | 173 | 22 | 0 | 56 | 12 | 123 | 103 | 105 |
| Binary | 10111100 | 11100101 | 1111011 | 10010 | 0 | 101110 | 1010 | 1010011 | 1000011 | 1000101 |
Color Harmonies of #BCE57B
Complementary color
Monochromatic Colors of #BCE57B
Black with #BCE57B
Text Example
Text Example
White with #BCE57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE57B; }
p { color: rgb(188,229,123); }
H1.HeaderClassName
{
color: #BCE57B;
}
.AnyTagClassName
{
color: #BCE57B;
}
</style>
background-color css
<style>
a { background-color: #BCE57B; }
a { background-color: rgb(188,229,123); }
div.DivClassName
{
background-color: #BCE57B;
}
.BgClassName
{
background-color: #BCE57B;
}
</style>
border-color css
<style>
span { border-color: #BCE57B; }
span { border-color: rgb(188,229,123); }
td.TdClassName
{
border-color: #BCE57B;
}
.TagClassName
{
border-color: #BCE57B;
}
</style>