Shades of Sulu #BCFB7B
Tints of Sulu #BCFB7B
RGB
CMYK
RGB Variations
Color information
#BCFB7B (or 0xBCFB7B) is known color: Sulu. HEX triplet: BC, FB and 7B. RGB value is (188,251,123). Sum of RGB (Red+Green+Blue) = 188+251+123=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 123 (48.44% from 255 or 21.89% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB7B is #430484. Grayscale: #DADADA. Windows color (decimal): -4392069 or 8125372. OLE color: 8125372.
HSL color Cylindrical-coordinate representation of color #BCFB7B: hue angle of 89.53º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCFB7B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 123 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.02 |
| HSL | 89.53º | 0.94% | 0.73% | - |
| HSV(B) | 89.53º | 0.51% | 0.98% | - |
| XYZ | 58.81 | 81.12 | 31.3 | - |
| YUV | 217.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 123 | 0.25 | 0 | 0.51 | 0.02 | 89.53 | 0.94 | 0.73 |
| Hex | BC | FB | 7B | 19 | 0 | 33 | 2 | 5A | 5E | 49 |
| Octal | 274 | 373 | 173 | 31 | 0 | 63 | 2 | 132 | 136 | 111 |
| Binary | 10111100 | 11111011 | 1111011 | 11001 | 0 | 110011 | 10 | 1011010 | 1011110 | 1001001 |
Color Harmonies of #BCFB7B
Complementary color
Monochromatic Colors of #BCFB7B
Black with #BCFB7B
Text Example
Text Example
White with #BCFB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB7B; }
p { color: rgb(188,251,123); }
H1.HeaderClassName
{
color: #BCFB7B;
}
.AnyTagClassName
{
color: #BCFB7B;
}
</style>
background-color css
<style>
a { background-color: #BCFB7B; }
a { background-color: rgb(188,251,123); }
div.DivClassName
{
background-color: #BCFB7B;
}
.BgClassName
{
background-color: #BCFB7B;
}
</style>
border-color css
<style>
span { border-color: #BCFB7B; }
span { border-color: rgb(188,251,123); }
td.TdClassName
{
border-color: #BCFB7B;
}
.TagClassName
{
border-color: #BCFB7B;
}
</style>