Shades of Sulu #B2F182
Tints of Sulu #B2F182
RGB
CMYK
RGB Variations
Color information
#B2F182 (or 0xB2F182) is known color: Sulu. HEX triplet: B2, F1 and 82. RGB value is (178,241,130). Sum of RGB (Red+Green+Blue) = 178+241+130=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F182 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F182 is #4D0E7D. Grayscale: #D1D1D1. Windows color (decimal): -5049982 or 8581554. OLE color: 8581554.
HSL color Cylindrical-coordinate representation of color #B2F182: hue angle of 94.05º 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 #B2F182 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 130 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.05 |
| HSL | 94.05º | 0.8% | 0.73% | - |
| HSV(B) | 94.05º | 0.46% | 0.95% | - |
| XYZ | 53.84 | 73.99 | 32.56 | - |
| YUV | 209.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 130 | 0.26 | 0 | 0.46 | 0.05 | 94.05 | 0.8 | 0.73 |
| Hex | B2 | F1 | 82 | 1A | 0 | 2E | 5 | 5E | 50 | 49 |
| Octal | 262 | 361 | 202 | 32 | 0 | 56 | 5 | 136 | 120 | 111 |
| Binary | 10110010 | 11110001 | 10000010 | 11010 | 0 | 101110 | 101 | 1011110 | 1010000 | 1001001 |
Color Harmonies of #B2F182
Complementary color
Monochromatic Colors of #B2F182
Black with #B2F182
Text Example
Text Example
White with #B2F182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F182; }
p { color: rgb(178,241,130); }
H1.HeaderClassName
{
color: #B2F182;
}
.AnyTagClassName
{
color: #B2F182;
}
</style>
background-color css
<style>
a { background-color: #B2F182; }
a { background-color: rgb(178,241,130); }
div.DivClassName
{
background-color: #B2F182;
}
.BgClassName
{
background-color: #B2F182;
}
</style>
border-color css
<style>
span { border-color: #B2F182; }
span { border-color: rgb(178,241,130); }
td.TdClassName
{
border-color: #B2F182;
}
.TagClassName
{
border-color: #B2F182;
}
</style>