Shades of Sulu #B3FF88
Tints of Sulu #B3FF88
RGB
CMYK
RGB Variations
Color information
#B3FF88 (or 0xB3FF88) is known color: Sulu. HEX triplet: B3, FF and 88. RGB value is (179,255,136). Sum of RGB (Red+Green+Blue) = 179+255+136=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FF88 is #4C0077. Grayscale: #DBDBDB. Windows color (decimal): -4980856 or 8978355. OLE color: 8978355.
HSL color Cylindrical-coordinate representation of color #B3FF88: hue angle of 98.32º 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 #B3FF88 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 136 | - |
| CMYK | 0.30 | 0 | 0.47 | 0 |
| HSL | 98.32º | 1% | 0.77% | - |
| HSV(B) | 98.32º | 0.47% | 1% | - |
| XYZ | 58.79 | 82.88 | 36.19 | - |
| YUV | 218.71 | 81.32 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 136 | 0.30 | 0 | 0.47 | 0 | 98.32 | 1 | 0.77 |
| Hex | B3 | FF | 88 | 1E | 0 | 2F | 0 | 62 | 64 | 4D |
| Octal | 263 | 377 | 210 | 36 | 0 | 57 | 0 | 142 | 144 | 115 |
| Binary | 10110011 | 11111111 | 10001000 | 11110 | 0 | 101111 | 0 | 1100010 | 1100100 | 1001101 |
Color Harmonies of #B3FF88
Complementary color
Monochromatic Colors of #B3FF88
Black with #B3FF88
Text Example
Text Example
White with #B3FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF88; }
p { color: rgb(179,255,136); }
H1.HeaderClassName
{
color: #B3FF88;
}
.AnyTagClassName
{
color: #B3FF88;
}
</style>
background-color css
<style>
a { background-color: #B3FF88; }
a { background-color: rgb(179,255,136); }
div.DivClassName
{
background-color: #B3FF88;
}
.BgClassName
{
background-color: #B3FF88;
}
</style>
border-color css
<style>
span { border-color: #B3FF88; }
span { border-color: rgb(179,255,136); }
td.TdClassName
{
border-color: #B3FF88;
}
.TagClassName
{
border-color: #B3FF88;
}
</style>