Shades of Sulu #B2FF88
Tints of Sulu #B2FF88
RGB
CMYK
RGB Variations
Color information
#B2FF88 (or 0xB2FF88) is known color: Sulu. HEX triplet: B2, FF and 88. RGB value is (178,255,136). Sum of RGB (Red+Green+Blue) = 178+255+136=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FF88 is #4D0077. Grayscale: #DADADA. Windows color (decimal): -5046392 or 8978354. OLE color: 8978354.
HSL color Cylindrical-coordinate representation of color #B2FF88: hue angle of 98.82º 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 #B2FF88 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 136 | - |
| CMYK | 0.30 | 0 | 0.47 | 0 |
| HSL | 98.82º | 1% | 0.77% | - |
| HSV(B) | 98.82º | 0.47% | 1% | - |
| XYZ | 58.56 | 82.76 | 36.18 | - |
| YUV | 218.41 | 81.49 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 136 | 0.30 | 0 | 0.47 | 0 | 98.82 | 1 | 0.77 |
| Hex | B2 | FF | 88 | 1E | 0 | 2F | 0 | 63 | 64 | 4D |
| Octal | 262 | 377 | 210 | 36 | 0 | 57 | 0 | 143 | 144 | 115 |
| Binary | 10110010 | 11111111 | 10001000 | 11110 | 0 | 101111 | 0 | 1100011 | 1100100 | 1001101 |
Color Harmonies of #B2FF88
Complementary color
Monochromatic Colors of #B2FF88
Black with #B2FF88
Text Example
Text Example
White with #B2FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF88; }
p { color: rgb(178,255,136); }
H1.HeaderClassName
{
color: #B2FF88;
}
.AnyTagClassName
{
color: #B2FF88;
}
</style>
background-color css
<style>
a { background-color: #B2FF88; }
a { background-color: rgb(178,255,136); }
div.DivClassName
{
background-color: #B2FF88;
}
.BgClassName
{
background-color: #B2FF88;
}
</style>
border-color css
<style>
span { border-color: #B2FF88; }
span { border-color: rgb(178,255,136); }
td.TdClassName
{
border-color: #B2FF88;
}
.TagClassName
{
border-color: #B2FF88;
}
</style>