Shades of Sulu #BBFF65
Tints of Sulu #BBFF65
RGB
CMYK
RGB Variations
Color information
#BBFF65 (or 0xBBFF65) is known color: Sulu. HEX triplet: BB, FF and 65. RGB value is (187,255,101). Sum of RGB (Red+Green+Blue) = 187+255+101=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF65 is #44009A. Grayscale: #D9D9D9. Windows color (decimal): -4456603 or 6684603. OLE color: 6684603.
HSL color Cylindrical-coordinate representation of color #BBFF65: hue angle of 86.49º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBFF65 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 101 | - |
| CMYK | 0.27 | 0 | 0.60 | 0 |
| HSL | 86.49º | 1% | 0.7% | - |
| HSV(B) | 86.49º | 0.6% | 1% | - |
| XYZ | 58.6 | 83.02 | 25.25 | - |
| YUV | 217.11 | 62.47 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 101 | 0.27 | 0 | 0.60 | 0 | 86.49 | 1 | 0.7 |
| Hex | BB | FF | 65 | 1B | 0 | 3C | 0 | 56 | 64 | 46 |
| Octal | 273 | 377 | 145 | 33 | 0 | 74 | 0 | 126 | 144 | 106 |
| Binary | 10111011 | 11111111 | 1100101 | 11011 | 0 | 111100 | 0 | 1010110 | 1100100 | 1000110 |
Color Harmonies of #BBFF65
Complementary color
Monochromatic Colors of #BBFF65
Black with #BBFF65
Text Example
Text Example
White with #BBFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF65; }
p { color: rgb(187,255,101); }
H1.HeaderClassName
{
color: #BBFF65;
}
.AnyTagClassName
{
color: #BBFF65;
}
</style>
background-color css
<style>
a { background-color: #BBFF65; }
a { background-color: rgb(187,255,101); }
div.DivClassName
{
background-color: #BBFF65;
}
.BgClassName
{
background-color: #BBFF65;
}
</style>
border-color css
<style>
span { border-color: #BBFF65; }
span { border-color: rgb(187,255,101); }
td.TdClassName
{
border-color: #BBFF65;
}
.TagClassName
{
border-color: #BBFF65;
}
</style>