Shades of Sulu #B2F181
Tints of Sulu #B2F181
RGB
CMYK
RGB Variations
Color information
#B2F181 (or 0xB2F181) is known color: Sulu. HEX triplet: B2, F1 and 81. RGB value is (178,241,129). Sum of RGB (Red+Green+Blue) = 178+241+129=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F181 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F181 is #4D0E7E. Grayscale: #D1D1D1. Windows color (decimal): -5049983 or 8516018. OLE color: 8516018.
HSL color Cylindrical-coordinate representation of color #B2F181: hue angle of 93.75º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2F181 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 129 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.05 |
| HSL | 93.75º | 0.8% | 0.73% | - |
| HSV(B) | 93.75º | 0.46% | 0.95% | - |
| XYZ | 53.78 | 73.96 | 32.21 | - |
| YUV | 209.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 129 | 0.26 | 0 | 0.46 | 0.05 | 93.75 | 0.8 | 0.73 |
| Hex | B2 | F1 | 81 | 1A | 0 | 2E | 5 | 5E | 50 | 49 |
| Octal | 262 | 361 | 201 | 32 | 0 | 56 | 5 | 136 | 120 | 111 |
| Binary | 10110010 | 11110001 | 10000001 | 11010 | 0 | 101110 | 101 | 1011110 | 1010000 | 1001001 |
Color Harmonies of #B2F181
Complementary color
Monochromatic Colors of #B2F181
Black with #B2F181
Text Example
Text Example
White with #B2F181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F181; }
p { color: rgb(178,241,129); }
H1.HeaderClassName
{
color: #B2F181;
}
.AnyTagClassName
{
color: #B2F181;
}
</style>
background-color css
<style>
a { background-color: #B2F181; }
a { background-color: rgb(178,241,129); }
div.DivClassName
{
background-color: #B2F181;
}
.BgClassName
{
background-color: #B2F181;
}
</style>
border-color css
<style>
span { border-color: #B2F181; }
span { border-color: rgb(178,241,129); }
td.TdClassName
{
border-color: #B2F181;
}
.TagClassName
{
border-color: #B2F181;
}
</style>