Shades of Sulu #B2F888
Tints of Sulu #B2F888
RGB
CMYK
RGB Variations
Color information
#B2F888 (or 0xB2F888) is known color: Sulu. HEX triplet: B2, F8 and 88. RGB value is (178,248,136). Sum of RGB (Red+Green+Blue) = 178+248+136=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F888 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F888 is #4D0777. Grayscale: #D6D6D6. Windows color (decimal): -5048184 or 8976562. OLE color: 8976562.
HSL color Cylindrical-coordinate representation of color #B2F888: hue angle of 97.5º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2F888 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 136 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.03 |
| HSL | 97.5º | 0.89% | 0.75% | - |
| HSV(B) | 97.5º | 0.45% | 0.97% | - |
| XYZ | 56.37 | 78.38 | 35.45 | - |
| YUV | 214.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 136 | 0.28 | 0 | 0.45 | 0.03 | 97.5 | 0.89 | 0.75 |
| Hex | B2 | F8 | 88 | 1C | 0 | 2D | 3 | 62 | 59 | 4B |
| Octal | 262 | 370 | 210 | 34 | 0 | 55 | 3 | 142 | 131 | 113 |
| Binary | 10110010 | 11111000 | 10001000 | 11100 | 0 | 101101 | 11 | 1100010 | 1011001 | 1001011 |
Color Harmonies of #B2F888
Complementary color
Monochromatic Colors of #B2F888
Black with #B2F888
Text Example
Text Example
White with #B2F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F888; }
p { color: rgb(178,248,136); }
H1.HeaderClassName
{
color: #B2F888;
}
.AnyTagClassName
{
color: #B2F888;
}
</style>
background-color css
<style>
a { background-color: #B2F888; }
a { background-color: rgb(178,248,136); }
div.DivClassName
{
background-color: #B2F888;
}
.BgClassName
{
background-color: #B2F888;
}
</style>
border-color css
<style>
span { border-color: #B2F888; }
span { border-color: rgb(178,248,136); }
td.TdClassName
{
border-color: #B2F888;
}
.TagClassName
{
border-color: #B2F888;
}
</style>