Shades of Sulu #B2F881
Tints of Sulu #B2F881
RGB
CMYK
RGB Variations
Color information
#B2F881 (or 0xB2F881) is known color: Sulu. HEX triplet: B2, F8 and 81. RGB value is (178,248,129). Sum of RGB (Red+Green+Blue) = 178+248+129=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F881 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F881 is #4D077E. Grayscale: #D5D5D5. Windows color (decimal): -5048191 or 8517810. OLE color: 8517810.
HSL color Cylindrical-coordinate representation of color #B2F881: hue angle of 95.29º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2F881 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 129 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.03 |
| HSL | 95.29º | 0.89% | 0.74% | - |
| HSV(B) | 95.29º | 0.48% | 0.97% | - |
| XYZ | 55.89 | 78.18 | 32.91 | - |
| YUV | 213.5 | 80.31 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 129 | 0.28 | 0 | 0.48 | 0.03 | 95.29 | 0.89 | 0.74 |
| Hex | B2 | F8 | 81 | 1C | 0 | 30 | 3 | 5F | 59 | 4A |
| Octal | 262 | 370 | 201 | 34 | 0 | 60 | 3 | 137 | 131 | 112 |
| Binary | 10110010 | 11111000 | 10000001 | 11100 | 0 | 110000 | 11 | 1011111 | 1011001 | 1001010 |
Color Harmonies of #B2F881
Complementary color
Monochromatic Colors of #B2F881
Black with #B2F881
Text Example
Text Example
White with #B2F881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F881; }
p { color: rgb(178,248,129); }
H1.HeaderClassName
{
color: #B2F881;
}
.AnyTagClassName
{
color: #B2F881;
}
</style>
background-color css
<style>
a { background-color: #B2F881; }
a { background-color: rgb(178,248,129); }
div.DivClassName
{
background-color: #B2F881;
}
.BgClassName
{
background-color: #B2F881;
}
</style>
border-color css
<style>
span { border-color: #B2F881; }
span { border-color: rgb(178,248,129); }
td.TdClassName
{
border-color: #B2F881;
}
.TagClassName
{
border-color: #B2F881;
}
</style>