Shades of Sulu #BCFC74
Tints of Sulu #BCFC74
RGB
CMYK
RGB Variations
Color information
#BCFC74 (or 0xBCFC74) is known color: Sulu. HEX triplet: BC, FC and 74. RGB value is (188,252,116). Sum of RGB (Red+Green+Blue) = 188+252+116=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC74 is #43038B. Grayscale: #D9D9D9. Windows color (decimal): -4391820 or 7666876. OLE color: 7666876.
HSL color Cylindrical-coordinate representation of color #BCFC74: hue angle of 88.24º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCFC74 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 116 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.01 |
| HSL | 88.24º | 0.96% | 0.72% | - |
| HSV(B) | 88.24º | 0.54% | 0.99% | - |
| XYZ | 58.7 | 81.57 | 29.17 | - |
| YUV | 217.36 | 70.8 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 116 | 0.25 | 0 | 0.54 | 0.01 | 88.24 | 0.96 | 0.72 |
| Hex | BC | FC | 74 | 19 | 0 | 36 | 1 | 58 | 60 | 48 |
| Octal | 274 | 374 | 164 | 31 | 0 | 66 | 1 | 130 | 140 | 110 |
| Binary | 10111100 | 11111100 | 1110100 | 11001 | 0 | 110110 | 1 | 1011000 | 1100000 | 1001000 |
Color Harmonies of #BCFC74
Complementary color
Monochromatic Colors of #BCFC74
Black with #BCFC74
Text Example
Text Example
White with #BCFC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC74; }
p { color: rgb(188,252,116); }
H1.HeaderClassName
{
color: #BCFC74;
}
.AnyTagClassName
{
color: #BCFC74;
}
</style>
background-color css
<style>
a { background-color: #BCFC74; }
a { background-color: rgb(188,252,116); }
div.DivClassName
{
background-color: #BCFC74;
}
.BgClassName
{
background-color: #BCFC74;
}
</style>
border-color css
<style>
span { border-color: #BCFC74; }
span { border-color: rgb(188,252,116); }
td.TdClassName
{
border-color: #BCFC74;
}
.TagClassName
{
border-color: #BCFC74;
}
</style>