Shades of Sulu #BBFE7E
Tints of Sulu #BBFE7E
RGB
CMYK
RGB Variations
Color information
#BBFE7E (or 0xBBFE7E) is known color: Sulu. HEX triplet: BB, FE and 7E. RGB value is (187,254,126). Sum of RGB (Red+Green+Blue) = 187+254+126=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFE7E is #440181. Grayscale: #DBDBDB. Windows color (decimal): -4456834 or 8322747. OLE color: 8322747.
HSL color Cylindrical-coordinate representation of color #BBFE7E: hue angle of 91.41º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBFE7E is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 126 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.00 |
| HSL | 91.41º | 0.98% | 0.75% | - |
| HSV(B) | 91.41º | 0.5% | 1% | - |
| XYZ | 59.7 | 82.95 | 32.6 | - |
| YUV | 219.38 | 75.3 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 126 | 0.26 | 0 | 0.50 | 0.00 | 91.41 | 0.98 | 0.75 |
| Hex | BB | FE | 7E | 1A | 0 | 32 | 0 | 5B | 62 | 4B |
| Octal | 273 | 376 | 176 | 32 | 0 | 62 | 0 | 133 | 142 | 113 |
| Binary | 10111011 | 11111110 | 1111110 | 11010 | 0 | 110010 | 0 | 1011011 | 1100010 | 1001011 |
Color Harmonies of #BBFE7E
Complementary color
Monochromatic Colors of #BBFE7E
Black with #BBFE7E
Text Example
Text Example
White with #BBFE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE7E; }
p { color: rgb(187,254,126); }
H1.HeaderClassName
{
color: #BBFE7E;
}
.AnyTagClassName
{
color: #BBFE7E;
}
</style>
background-color css
<style>
a { background-color: #BBFE7E; }
a { background-color: rgb(187,254,126); }
div.DivClassName
{
background-color: #BBFE7E;
}
.BgClassName
{
background-color: #BBFE7E;
}
</style>
border-color css
<style>
span { border-color: #BBFE7E; }
span { border-color: rgb(187,254,126); }
td.TdClassName
{
border-color: #BBFE7E;
}
.TagClassName
{
border-color: #BBFE7E;
}
</style>