Shades of Sulu #BBFB7A
Tints of Sulu #BBFB7A
RGB
CMYK
RGB Variations
Color information
#BBFB7A (or 0xBBFB7A) is known color: Sulu. HEX triplet: BB, FB and 7A. RGB value is (187,251,122). Sum of RGB (Red+Green+Blue) = 187+251+122=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFB7A is #440485. Grayscale: #D9D9D9. Windows color (decimal): -4457606 or 8059835. OLE color: 8059835.
HSL color Cylindrical-coordinate representation of color #BBFB7A: hue angle of 89.77º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBFB7A is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 122 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.02 |
| HSL | 89.77º | 0.94% | 0.73% | - |
| HSV(B) | 89.77º | 0.51% | 0.98% | - |
| XYZ | 58.5 | 80.96 | 30.96 | - |
| YUV | 217.16 | 74.3 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 122 | 0.25 | 0 | 0.51 | 0.02 | 89.77 | 0.94 | 0.73 |
| Hex | BB | FB | 7A | 19 | 0 | 33 | 2 | 5A | 5E | 49 |
| Octal | 273 | 373 | 172 | 31 | 0 | 63 | 2 | 132 | 136 | 111 |
| Binary | 10111011 | 11111011 | 1111010 | 11001 | 0 | 110011 | 10 | 1011010 | 1011110 | 1001001 |
Color Harmonies of #BBFB7A
Complementary color
Monochromatic Colors of #BBFB7A
Black with #BBFB7A
Text Example
Text Example
White with #BBFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFB7A; }
p { color: rgb(187,251,122); }
H1.HeaderClassName
{
color: #BBFB7A;
}
.AnyTagClassName
{
color: #BBFB7A;
}
</style>
background-color css
<style>
a { background-color: #BBFB7A; }
a { background-color: rgb(187,251,122); }
div.DivClassName
{
background-color: #BBFB7A;
}
.BgClassName
{
background-color: #BBFB7A;
}
</style>
border-color css
<style>
span { border-color: #BBFB7A; }
span { border-color: rgb(187,251,122); }
td.TdClassName
{
border-color: #BBFB7A;
}
.TagClassName
{
border-color: #BBFB7A;
}
</style>