Shades of Sulu #BBF18A
Tints of Sulu #BBF18A
RGB
CMYK
RGB Variations
Color information
#BBF18A (or 0xBBF18A) is known color: Sulu. HEX triplet: BB, F1 and 8A. RGB value is (187,241,138). Sum of RGB (Red+Green+Blue) = 187+241+138=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF18A is #440E75. Grayscale: #D5D5D5. Windows color (decimal): -4460150 or 9105851. OLE color: 9105851.
HSL color Cylindrical-coordinate representation of color #BBF18A: hue angle of 91.46º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBF18A is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 138 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.05 |
| HSL | 91.46º | 0.79% | 0.74% | - |
| HSV(B) | 91.46º | 0.43% | 0.95% | - |
| XYZ | 56.54 | 75.31 | 35.6 | - |
| YUV | 213.11 | 85.61 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 138 | 0.22 | 0 | 0.43 | 0.05 | 91.46 | 0.79 | 0.74 |
| Hex | BB | F1 | 8A | 16 | 0 | 2B | 5 | 5B | 4F | 4A |
| Octal | 273 | 361 | 212 | 26 | 0 | 53 | 5 | 133 | 117 | 112 |
| Binary | 10111011 | 11110001 | 10001010 | 10110 | 0 | 101011 | 101 | 1011011 | 1001111 | 1001010 |
Color Harmonies of #BBF18A
Complementary color
Monochromatic Colors of #BBF18A
Black with #BBF18A
Text Example
Text Example
White with #BBF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF18A; }
p { color: rgb(187,241,138); }
H1.HeaderClassName
{
color: #BBF18A;
}
.AnyTagClassName
{
color: #BBF18A;
}
</style>
background-color css
<style>
a { background-color: #BBF18A; }
a { background-color: rgb(187,241,138); }
div.DivClassName
{
background-color: #BBF18A;
}
.BgClassName
{
background-color: #BBF18A;
}
</style>
border-color css
<style>
span { border-color: #BBF18A; }
span { border-color: rgb(187,241,138); }
td.TdClassName
{
border-color: #BBF18A;
}
.TagClassName
{
border-color: #BBF18A;
}
</style>