Shades of Sulu #BBFD76
Tints of Sulu #BBFD76
RGB
CMYK
RGB Variations
Color information
#BBFD76 (or 0xBBFD76) is known color: Sulu. HEX triplet: BB, FD and 76. RGB value is (187,253,118). Sum of RGB (Red+Green+Blue) = 187+253+118=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD76 is #440289. Grayscale: #DADADA. Windows color (decimal): -4457098 or 7798203. OLE color: 7798203.
HSL color Cylindrical-coordinate representation of color #BBFD76: hue angle of 89.33º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBFD76 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 118 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.01 |
| HSL | 89.33º | 0.97% | 0.73% | - |
| HSV(B) | 89.33º | 0.53% | 0.99% | - |
| XYZ | 58.89 | 82.12 | 29.89 | - |
| YUV | 217.88 | 71.63 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 118 | 0.26 | 0 | 0.53 | 0.01 | 89.33 | 0.97 | 0.73 |
| Hex | BB | FD | 76 | 1A | 0 | 35 | 1 | 59 | 61 | 49 |
| Octal | 273 | 375 | 166 | 32 | 0 | 65 | 1 | 131 | 141 | 111 |
| Binary | 10111011 | 11111101 | 1110110 | 11010 | 0 | 110101 | 1 | 1011001 | 1100001 | 1001001 |
Color Harmonies of #BBFD76
Complementary color
Monochromatic Colors of #BBFD76
Black with #BBFD76
Text Example
Text Example
White with #BBFD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD76; }
p { color: rgb(187,253,118); }
H1.HeaderClassName
{
color: #BBFD76;
}
.AnyTagClassName
{
color: #BBFD76;
}
</style>
background-color css
<style>
a { background-color: #BBFD76; }
a { background-color: rgb(187,253,118); }
div.DivClassName
{
background-color: #BBFD76;
}
.BgClassName
{
background-color: #BBFD76;
}
</style>
border-color css
<style>
span { border-color: #BBFD76; }
span { border-color: rgb(187,253,118); }
td.TdClassName
{
border-color: #BBFD76;
}
.TagClassName
{
border-color: #BBFD76;
}
</style>