Shades of Sulu #BCE76F
Tints of Sulu #BCE76F
RGB
CMYK
RGB Variations
Color information
#BCE76F (or 0xBCE76F) is known color: Sulu. HEX triplet: BC, E7 and 6F. RGB value is (188,231,111). Sum of RGB (Red+Green+Blue) = 188+231+111=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE76F is #431890. Grayscale: #CCCCCC. Windows color (decimal): -4397201 or 7333820. OLE color: 7333820.
HSL color Cylindrical-coordinate representation of color #BCE76F: hue angle of 81.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCE76F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 111 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.09 |
| HSL | 81.5º | 0.71% | 0.67% | - |
| HSV(B) | 81.5º | 0.52% | 0.91% | - |
| XYZ | 52.18 | 68.99 | 25.61 | - |
| YUV | 204.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 111 | 0.19 | 0 | 0.52 | 0.09 | 81.5 | 0.71 | 0.67 |
| Hex | BC | E7 | 6F | 13 | 0 | 34 | 9 | 52 | 47 | 43 |
| Octal | 274 | 347 | 157 | 23 | 0 | 64 | 11 | 122 | 107 | 103 |
| Binary | 10111100 | 11100111 | 1101111 | 10011 | 0 | 110100 | 1001 | 1010010 | 1000111 | 1000011 |
Color Harmonies of #BCE76F
Complementary color
Monochromatic Colors of #BCE76F
Black with #BCE76F
Text Example
Text Example
White with #BCE76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE76F; }
p { color: rgb(188,231,111); }
H1.HeaderClassName
{
color: #BCE76F;
}
.AnyTagClassName
{
color: #BCE76F;
}
</style>
background-color css
<style>
a { background-color: #BCE76F; }
a { background-color: rgb(188,231,111); }
div.DivClassName
{
background-color: #BCE76F;
}
.BgClassName
{
background-color: #BCE76F;
}
</style>
border-color css
<style>
span { border-color: #BCE76F; }
span { border-color: rgb(188,231,111); }
td.TdClassName
{
border-color: #BCE76F;
}
.TagClassName
{
border-color: #BCE76F;
}
</style>