Shades of Sulu #BBFE68
Tints of Sulu #BBFE68
RGB
CMYK
RGB Variations
Color information
#BBFE68 (or 0xBBFE68) is known color: Sulu. HEX triplet: BB, FE and 68. RGB value is (187,254,104). Sum of RGB (Red+Green+Blue) = 187+254+104=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFE68 is #440197. Grayscale: #D9D9D9. Windows color (decimal): -4456856 or 6880955. OLE color: 6880955.
HSL color Cylindrical-coordinate representation of color #BBFE68: hue angle of 86.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBFE68 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 104 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.00 |
| HSL | 86.8º | 0.99% | 0.7% | - |
| HSV(B) | 86.8º | 0.59% | 1% | - |
| XYZ | 58.43 | 82.45 | 25.93 | - |
| YUV | 216.87 | 64.3 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 104 | 0.26 | 0 | 0.59 | 0.00 | 86.8 | 0.99 | 0.7 |
| Hex | BB | FE | 68 | 1A | 0 | 3B | 0 | 57 | 63 | 46 |
| Octal | 273 | 376 | 150 | 32 | 0 | 73 | 0 | 127 | 143 | 106 |
| Binary | 10111011 | 11111110 | 1101000 | 11010 | 0 | 111011 | 0 | 1010111 | 1100011 | 1000110 |
Color Harmonies of #BBFE68
Complementary color
Monochromatic Colors of #BBFE68
Black with #BBFE68
Text Example
Text Example
White with #BBFE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE68; }
p { color: rgb(187,254,104); }
H1.HeaderClassName
{
color: #BBFE68;
}
.AnyTagClassName
{
color: #BBFE68;
}
</style>
background-color css
<style>
a { background-color: #BBFE68; }
a { background-color: rgb(187,254,104); }
div.DivClassName
{
background-color: #BBFE68;
}
.BgClassName
{
background-color: #BBFE68;
}
</style>
border-color css
<style>
span { border-color: #BBFE68; }
span { border-color: rgb(187,254,104); }
td.TdClassName
{
border-color: #BBFE68;
}
.TagClassName
{
border-color: #BBFE68;
}
</style>