Shades of Sulu #BCFE78
Tints of Sulu #BCFE78
RGB
CMYK
RGB Variations
Color information
#BCFE78 (or 0xBCFE78) is known color: Sulu. HEX triplet: BC, FE and 78. RGB value is (188,254,120). Sum of RGB (Red+Green+Blue) = 188+254+120=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE78 is #430187. Grayscale: #DBDBDB. Windows color (decimal): -4391304 or 7929532. OLE color: 7929532.
HSL color Cylindrical-coordinate representation of color #BCFE78: hue angle of 89.55º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCFE78 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 120 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.00 |
| HSL | 89.55º | 0.99% | 0.73% | - |
| HSV(B) | 89.55º | 0.53% | 1% | - |
| XYZ | 59.57 | 82.93 | 30.64 | - |
| YUV | 218.99 | 72.13 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 120 | 0.26 | 0 | 0.53 | 0.00 | 89.55 | 0.99 | 0.73 |
| Hex | BC | FE | 78 | 1A | 0 | 35 | 0 | 5A | 63 | 49 |
| Octal | 274 | 376 | 170 | 32 | 0 | 65 | 0 | 132 | 143 | 111 |
| Binary | 10111100 | 11111110 | 1111000 | 11010 | 0 | 110101 | 0 | 1011010 | 1100011 | 1001001 |
Color Harmonies of #BCFE78
Complementary color
Monochromatic Colors of #BCFE78
Black with #BCFE78
Text Example
Text Example
White with #BCFE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE78; }
p { color: rgb(188,254,120); }
H1.HeaderClassName
{
color: #BCFE78;
}
.AnyTagClassName
{
color: #BCFE78;
}
</style>
background-color css
<style>
a { background-color: #BCFE78; }
a { background-color: rgb(188,254,120); }
div.DivClassName
{
background-color: #BCFE78;
}
.BgClassName
{
background-color: #BCFE78;
}
</style>
border-color css
<style>
span { border-color: #BCFE78; }
span { border-color: rgb(188,254,120); }
td.TdClassName
{
border-color: #BCFE78;
}
.TagClassName
{
border-color: #BCFE78;
}
</style>