Shades of Sulu #BBF78A
Tints of Sulu #BBF78A
RGB
CMYK
RGB Variations
Color information
#BBF78A (or 0xBBF78A) is known color: Sulu. HEX triplet: BB, F7 and 8A. RGB value is (187,247,138). Sum of RGB (Red+Green+Blue) = 187+247+138=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF78A is #440875. Grayscale: #D9D9D9. Windows color (decimal): -4458614 or 9107387. OLE color: 9107387.
HSL color Cylindrical-coordinate representation of color #BBF78A: hue angle of 93.03º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBF78A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 138 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.03 |
| HSL | 93.03º | 0.87% | 0.75% | - |
| HSV(B) | 93.03º | 0.44% | 0.97% | - |
| XYZ | 58.34 | 78.92 | 36.2 | - |
| YUV | 216.63 | 83.62 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 138 | 0.24 | 0 | 0.44 | 0.03 | 93.03 | 0.87 | 0.75 |
| Hex | BB | F7 | 8A | 18 | 0 | 2C | 3 | 5D | 57 | 4B |
| Octal | 273 | 367 | 212 | 30 | 0 | 54 | 3 | 135 | 127 | 113 |
| Binary | 10111011 | 11110111 | 10001010 | 11000 | 0 | 101100 | 11 | 1011101 | 1010111 | 1001011 |
Color Harmonies of #BBF78A
Complementary color
Monochromatic Colors of #BBF78A
Black with #BBF78A
Text Example
Text Example
White with #BBF78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF78A; }
p { color: rgb(187,247,138); }
H1.HeaderClassName
{
color: #BBF78A;
}
.AnyTagClassName
{
color: #BBF78A;
}
</style>
background-color css
<style>
a { background-color: #BBF78A; }
a { background-color: rgb(187,247,138); }
div.DivClassName
{
background-color: #BBF78A;
}
.BgClassName
{
background-color: #BBF78A;
}
</style>
border-color css
<style>
span { border-color: #BBF78A; }
span { border-color: rgb(187,247,138); }
td.TdClassName
{
border-color: #BBF78A;
}
.TagClassName
{
border-color: #BBF78A;
}
</style>