Shades of Sulu #BBFC6D
Tints of Sulu #BBFC6D
RGB
CMYK
RGB Variations
Color information
#BBFC6D (or 0xBBFC6D) is known color: Sulu. HEX triplet: BB, FC and 6D. RGB value is (187,252,109). Sum of RGB (Red+Green+Blue) = 187+252+109=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC6D is #440392. Grayscale: #D8D8D8. Windows color (decimal): -4457363 or 7208123. OLE color: 7208123.
HSL color Cylindrical-coordinate representation of color #BBFC6D: hue angle of 87.27º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBFC6D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 109 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.01 |
| HSL | 87.27º | 0.96% | 0.71% | - |
| HSV(B) | 87.27º | 0.57% | 0.99% | - |
| XYZ | 58.06 | 81.29 | 27.1 | - |
| YUV | 216.26 | 67.47 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 109 | 0.26 | 0 | 0.57 | 0.01 | 87.27 | 0.96 | 0.71 |
| Hex | BB | FC | 6D | 1A | 0 | 39 | 1 | 57 | 60 | 47 |
| Octal | 273 | 374 | 155 | 32 | 0 | 71 | 1 | 127 | 140 | 107 |
| Binary | 10111011 | 11111100 | 1101101 | 11010 | 0 | 111001 | 1 | 1010111 | 1100000 | 1000111 |
Color Harmonies of #BBFC6D
Complementary color
Monochromatic Colors of #BBFC6D
Black with #BBFC6D
Text Example
Text Example
White with #BBFC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC6D; }
p { color: rgb(187,252,109); }
H1.HeaderClassName
{
color: #BBFC6D;
}
.AnyTagClassName
{
color: #BBFC6D;
}
</style>
background-color css
<style>
a { background-color: #BBFC6D; }
a { background-color: rgb(187,252,109); }
div.DivClassName
{
background-color: #BBFC6D;
}
.BgClassName
{
background-color: #BBFC6D;
}
</style>
border-color css
<style>
span { border-color: #BBFC6D; }
span { border-color: rgb(187,252,109); }
td.TdClassName
{
border-color: #BBFC6D;
}
.TagClassName
{
border-color: #BBFC6D;
}
</style>