Shades of Sulu #BBFF7F
Tints of Sulu #BBFF7F
RGB
CMYK
RGB Variations
Color information
#BBFF7F (or 0xBBFF7F) is known color: Sulu. HEX triplet: BB, FF and 7F. RGB value is (187,255,127). Sum of RGB (Red+Green+Blue) = 187+255+127=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF7F is #440080. Grayscale: #DCDCDC. Windows color (decimal): -4456577 or 8388539. OLE color: 8388539.
HSL color Cylindrical-coordinate representation of color #BBFF7F: hue angle of 91.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBFF7F is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 127 | - |
| CMYK | 0.27 | 0 | 0.50 | 0 |
| HSL | 91.88º | 1% | 0.75% | - |
| HSV(B) | 91.88º | 0.5% | 1% | - |
| XYZ | 60.08 | 83.62 | 33.05 | - |
| YUV | 220.08 | 75.47 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 127 | 0.27 | 0 | 0.50 | 0 | 91.88 | 1 | 0.75 |
| Hex | BB | FF | 7F | 1B | 0 | 32 | 0 | 5C | 64 | 4B |
| Octal | 273 | 377 | 177 | 33 | 0 | 62 | 0 | 134 | 144 | 113 |
| Binary | 10111011 | 11111111 | 1111111 | 11011 | 0 | 110010 | 0 | 1011100 | 1100100 | 1001011 |
Color Harmonies of #BBFF7F
Complementary color
Monochromatic Colors of #BBFF7F
Black with #BBFF7F
Text Example
Text Example
White with #BBFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF7F; }
p { color: rgb(187,255,127); }
H1.HeaderClassName
{
color: #BBFF7F;
}
.AnyTagClassName
{
color: #BBFF7F;
}
</style>
background-color css
<style>
a { background-color: #BBFF7F; }
a { background-color: rgb(187,255,127); }
div.DivClassName
{
background-color: #BBFF7F;
}
.BgClassName
{
background-color: #BBFF7F;
}
</style>
border-color css
<style>
span { border-color: #BBFF7F; }
span { border-color: rgb(187,255,127); }
td.TdClassName
{
border-color: #BBFF7F;
}
.TagClassName
{
border-color: #BBFF7F;
}
</style>