Shades of Sulu #BBFF7C
Tints of Sulu #BBFF7C
RGB
CMYK
RGB Variations
Color information
#BBFF7C (or 0xBBFF7C) is known color: Sulu. HEX triplet: BB, FF and 7C. RGB value is (187,255,124). Sum of RGB (Red+Green+Blue) = 187+255+124=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF7C is #440083. Grayscale: #DCDCDC. Windows color (decimal): -4456580 or 8191931. OLE color: 8191931.
HSL color Cylindrical-coordinate representation of color #BBFF7C: hue angle of 91.15º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBFF7C is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 124 | - |
| CMYK | 0.27 | 0 | 0.51 | 0 |
| HSL | 91.15º | 1% | 0.74% | - |
| HSV(B) | 91.15º | 0.51% | 1% | - |
| XYZ | 59.89 | 83.54 | 32.04 | - |
| YUV | 219.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 124 | 0.27 | 0 | 0.51 | 0 | 91.15 | 1 | 0.74 |
| Hex | BB | FF | 7C | 1B | 0 | 33 | 0 | 5B | 64 | 4A |
| Octal | 273 | 377 | 174 | 33 | 0 | 63 | 0 | 133 | 144 | 112 |
| Binary | 10111011 | 11111111 | 1111100 | 11011 | 0 | 110011 | 0 | 1011011 | 1100100 | 1001010 |
Color Harmonies of #BBFF7C
Complementary color
Monochromatic Colors of #BBFF7C
Black with #BBFF7C
Text Example
Text Example
White with #BBFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF7C; }
p { color: rgb(187,255,124); }
H1.HeaderClassName
{
color: #BBFF7C;
}
.AnyTagClassName
{
color: #BBFF7C;
}
</style>
background-color css
<style>
a { background-color: #BBFF7C; }
a { background-color: rgb(187,255,124); }
div.DivClassName
{
background-color: #BBFF7C;
}
.BgClassName
{
background-color: #BBFF7C;
}
</style>
border-color css
<style>
span { border-color: #BBFF7C; }
span { border-color: rgb(187,255,124); }
td.TdClassName
{
border-color: #BBFF7C;
}
.TagClassName
{
border-color: #BBFF7C;
}
</style>