Shades of Sulu #BBFC7A
Tints of Sulu #BBFC7A
RGB
CMYK
RGB Variations
Color information
#BBFC7A (or 0xBBFC7A) is known color: Sulu. HEX triplet: BB, FC and 7A. RGB value is (187,252,122). Sum of RGB (Red+Green+Blue) = 187+252+122=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC7A is #440385. Grayscale: #DADADA. Windows color (decimal): -4457350 or 8060091. OLE color: 8060091.
HSL color Cylindrical-coordinate representation of color #BBFC7A: hue angle of 90º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBFC7A is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 122 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.01 |
| HSL | 90º | 0.96% | 0.73% | - |
| HSV(B) | 90º | 0.52% | 0.99% | - |
| XYZ | 58.82 | 81.59 | 31.06 | - |
| YUV | 217.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 122 | 0.26 | 0 | 0.52 | 0.01 | 90 | 0.96 | 0.73 |
| Hex | BB | FC | 7A | 1A | 0 | 34 | 1 | 5A | 60 | 49 |
| Octal | 273 | 374 | 172 | 32 | 0 | 64 | 1 | 132 | 140 | 111 |
| Binary | 10111011 | 11111100 | 1111010 | 11010 | 0 | 110100 | 1 | 1011010 | 1100000 | 1001001 |
Color Harmonies of #BBFC7A
Complementary color
Monochromatic Colors of #BBFC7A
Black with #BBFC7A
Text Example
Text Example
White with #BBFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC7A; }
p { color: rgb(187,252,122); }
H1.HeaderClassName
{
color: #BBFC7A;
}
.AnyTagClassName
{
color: #BBFC7A;
}
</style>
background-color css
<style>
a { background-color: #BBFC7A; }
a { background-color: rgb(187,252,122); }
div.DivClassName
{
background-color: #BBFC7A;
}
.BgClassName
{
background-color: #BBFC7A;
}
</style>
border-color css
<style>
span { border-color: #BBFC7A; }
span { border-color: rgb(187,252,122); }
td.TdClassName
{
border-color: #BBFC7A;
}
.TagClassName
{
border-color: #BBFC7A;
}
</style>