Shades of Sulu #BCFB7C
Tints of Sulu #BCFB7C
RGB
CMYK
RGB Variations
Color information
#BCFB7C (or 0xBCFB7C) is known color: Sulu. HEX triplet: BC, FB and 7C. RGB value is (188,251,124). Sum of RGB (Red+Green+Blue) = 188+251+124=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB7C is #430483. Grayscale: #DADADA. Windows color (decimal): -4392068 or 8190908. OLE color: 8190908.
HSL color Cylindrical-coordinate representation of color #BCFB7C: hue angle of 89.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCFB7C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 124 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.02 |
| HSL | 89.76º | 0.94% | 0.74% | - |
| HSV(B) | 89.76º | 0.51% | 0.98% | - |
| XYZ | 58.87 | 81.14 | 31.63 | - |
| YUV | 217.69 | 75.13 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 124 | 0.25 | 0 | 0.51 | 0.02 | 89.76 | 0.94 | 0.74 |
| Hex | BC | FB | 7C | 19 | 0 | 33 | 2 | 5A | 5E | 4A |
| Octal | 274 | 373 | 174 | 31 | 0 | 63 | 2 | 132 | 136 | 112 |
| Binary | 10111100 | 11111011 | 1111100 | 11001 | 0 | 110011 | 10 | 1011010 | 1011110 | 1001010 |
Color Harmonies of #BCFB7C
Complementary color
Monochromatic Colors of #BCFB7C
Black with #BCFB7C
Text Example
Text Example
White with #BCFB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB7C; }
p { color: rgb(188,251,124); }
H1.HeaderClassName
{
color: #BCFB7C;
}
.AnyTagClassName
{
color: #BCFB7C;
}
</style>
background-color css
<style>
a { background-color: #BCFB7C; }
a { background-color: rgb(188,251,124); }
div.DivClassName
{
background-color: #BCFB7C;
}
.BgClassName
{
background-color: #BCFB7C;
}
</style>
border-color css
<style>
span { border-color: #BCFB7C; }
span { border-color: rgb(188,251,124); }
td.TdClassName
{
border-color: #BCFB7C;
}
.TagClassName
{
border-color: #BCFB7C;
}
</style>