Shades of Sulu #B9FF88
Tints of Sulu #B9FF88
RGB
CMYK
RGB Variations
Color information
#B9FF88 (or 0xB9FF88) is known color: Sulu. HEX triplet: B9, FF and 88. RGB value is (185,255,136). Sum of RGB (Red+Green+Blue) = 185+255+136=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FF88 is #460077. Grayscale: #DCDCDC. Windows color (decimal): -4587640 or 8978361. OLE color: 8978361.
HSL color Cylindrical-coordinate representation of color #B9FF88: hue angle of 95.29º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9FF88 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 136 | - |
| CMYK | 0.27 | 0 | 0.47 | 0 |
| HSL | 95.29º | 1% | 0.77% | - |
| HSV(B) | 95.29º | 0.47% | 1% | - |
| XYZ | 60.21 | 83.61 | 36.26 | - |
| YUV | 220.5 | 80.31 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 136 | 0.27 | 0 | 0.47 | 0 | 95.29 | 1 | 0.77 |
| Hex | B9 | FF | 88 | 1B | 0 | 2F | 0 | 5F | 64 | 4D |
| Octal | 271 | 377 | 210 | 33 | 0 | 57 | 0 | 137 | 144 | 115 |
| Binary | 10111001 | 11111111 | 10001000 | 11011 | 0 | 101111 | 0 | 1011111 | 1100100 | 1001101 |
Color Harmonies of #B9FF88
Complementary color
Monochromatic Colors of #B9FF88
Black with #B9FF88
Text Example
Text Example
White with #B9FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF88; }
p { color: rgb(185,255,136); }
H1.HeaderClassName
{
color: #B9FF88;
}
.AnyTagClassName
{
color: #B9FF88;
}
</style>
background-color css
<style>
a { background-color: #B9FF88; }
a { background-color: rgb(185,255,136); }
div.DivClassName
{
background-color: #B9FF88;
}
.BgClassName
{
background-color: #B9FF88;
}
</style>
border-color css
<style>
span { border-color: #B9FF88; }
span { border-color: rgb(185,255,136); }
td.TdClassName
{
border-color: #B9FF88;
}
.TagClassName
{
border-color: #B9FF88;
}
</style>