Shades of Sulu #B2F981
Tints of Sulu #B2F981
RGB
CMYK
RGB Variations
Color information
#B2F981 (or 0xB2F981) is known color: Sulu. HEX triplet: B2, F9 and 81. RGB value is (178,249,129). Sum of RGB (Red+Green+Blue) = 178+249+129=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F981 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F981 is #4D067E. Grayscale: #D6D6D6. Windows color (decimal): -5047935 or 8518066. OLE color: 8518066.
HSL color Cylindrical-coordinate representation of color #B2F981: hue angle of 95.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2F981 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 129 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.02 |
| HSL | 95.5º | 0.91% | 0.74% | - |
| HSV(B) | 95.5º | 0.48% | 0.98% | - |
| XYZ | 56.2 | 78.8 | 33.02 | - |
| YUV | 214.09 | 79.98 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 129 | 0.29 | 0 | 0.48 | 0.02 | 95.5 | 0.91 | 0.74 |
| Hex | B2 | F9 | 81 | 1D | 0 | 30 | 2 | 60 | 5B | 4A |
| Octal | 262 | 371 | 201 | 35 | 0 | 60 | 2 | 140 | 133 | 112 |
| Binary | 10110010 | 11111001 | 10000001 | 11101 | 0 | 110000 | 10 | 1100000 | 1011011 | 1001010 |
Color Harmonies of #B2F981
Complementary color
Monochromatic Colors of #B2F981
Black with #B2F981
Text Example
Text Example
White with #B2F981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F981; }
p { color: rgb(178,249,129); }
H1.HeaderClassName
{
color: #B2F981;
}
.AnyTagClassName
{
color: #B2F981;
}
</style>
background-color css
<style>
a { background-color: #B2F981; }
a { background-color: rgb(178,249,129); }
div.DivClassName
{
background-color: #B2F981;
}
.BgClassName
{
background-color: #B2F981;
}
</style>
border-color css
<style>
span { border-color: #B2F981; }
span { border-color: rgb(178,249,129); }
td.TdClassName
{
border-color: #B2F981;
}
.TagClassName
{
border-color: #B2F981;
}
</style>