Shades of Sulu #BCFE76
Tints of Sulu #BCFE76
RGB
CMYK
RGB Variations
Color information
#BCFE76 (or 0xBCFE76) is known color: Sulu. HEX triplet: BC, FE and 76. RGB value is (188,254,118). Sum of RGB (Red+Green+Blue) = 188+254+118=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE76 is #430189. Grayscale: #DBDBDB. Windows color (decimal): -4391306 or 7798460. OLE color: 7798460.
HSL color Cylindrical-coordinate representation of color #BCFE76: hue angle of 89.12º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCFE76 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 118 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.00 |
| HSL | 89.12º | 0.99% | 0.73% | - |
| HSV(B) | 89.12º | 0.54% | 1% | - |
| XYZ | 59.45 | 82.88 | 30 | - |
| YUV | 218.76 | 71.13 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 118 | 0.26 | 0 | 0.54 | 0.00 | 89.12 | 0.99 | 0.73 |
| Hex | BC | FE | 76 | 1A | 0 | 36 | 0 | 59 | 63 | 49 |
| Octal | 274 | 376 | 166 | 32 | 0 | 66 | 0 | 131 | 143 | 111 |
| Binary | 10111100 | 11111110 | 1110110 | 11010 | 0 | 110110 | 0 | 1011001 | 1100011 | 1001001 |
Color Harmonies of #BCFE76
Complementary color
Monochromatic Colors of #BCFE76
Black with #BCFE76
Text Example
Text Example
White with #BCFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE76; }
p { color: rgb(188,254,118); }
H1.HeaderClassName
{
color: #BCFE76;
}
.AnyTagClassName
{
color: #BCFE76;
}
</style>
background-color css
<style>
a { background-color: #BCFE76; }
a { background-color: rgb(188,254,118); }
div.DivClassName
{
background-color: #BCFE76;
}
.BgClassName
{
background-color: #BCFE76;
}
</style>
border-color css
<style>
span { border-color: #BCFE76; }
span { border-color: rgb(188,254,118); }
td.TdClassName
{
border-color: #BCFE76;
}
.TagClassName
{
border-color: #BCFE76;
}
</style>