Shades of Sulu #BBFD7B
Tints of Sulu #BBFD7B
RGB
CMYK
RGB Variations
Color information
#BBFD7B (or 0xBBFD7B) is known color: Sulu. HEX triplet: BB, FD and 7B. RGB value is (187,253,123). Sum of RGB (Red+Green+Blue) = 187+253+123=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD7B is #440284. Grayscale: #DADADA. Windows color (decimal): -4457093 or 8125883. OLE color: 8125883.
HSL color Cylindrical-coordinate representation of color #BBFD7B: hue angle of 90.46º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBFD7B is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 123 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.01 |
| HSL | 90.46º | 0.97% | 0.74% | - |
| HSV(B) | 90.46º | 0.51% | 0.99% | - |
| XYZ | 59.19 | 82.25 | 31.49 | - |
| YUV | 218.45 | 74.13 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 123 | 0.26 | 0 | 0.51 | 0.01 | 90.46 | 0.97 | 0.74 |
| Hex | BB | FD | 7B | 1A | 0 | 33 | 1 | 5A | 61 | 4A |
| Octal | 273 | 375 | 173 | 32 | 0 | 63 | 1 | 132 | 141 | 112 |
| Binary | 10111011 | 11111101 | 1111011 | 11010 | 0 | 110011 | 1 | 1011010 | 1100001 | 1001010 |
Color Harmonies of #BBFD7B
Complementary color
Monochromatic Colors of #BBFD7B
Black with #BBFD7B
Text Example
Text Example
White with #BBFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD7B; }
p { color: rgb(187,253,123); }
H1.HeaderClassName
{
color: #BBFD7B;
}
.AnyTagClassName
{
color: #BBFD7B;
}
</style>
background-color css
<style>
a { background-color: #BBFD7B; }
a { background-color: rgb(187,253,123); }
div.DivClassName
{
background-color: #BBFD7B;
}
.BgClassName
{
background-color: #BBFD7B;
}
</style>
border-color css
<style>
span { border-color: #BBFD7B; }
span { border-color: rgb(187,253,123); }
td.TdClassName
{
border-color: #BBFD7B;
}
.TagClassName
{
border-color: #BBFD7B;
}
</style>