Shades of Sulu #B2F282
Tints of Sulu #B2F282
RGB
CMYK
RGB Variations
Color information
#B2F282 (or 0xB2F282) is known color: Sulu. HEX triplet: B2, F2 and 82. RGB value is (178,242,130). Sum of RGB (Red+Green+Blue) = 178+242+130=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F282 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F282 is #4D0D7D. Grayscale: #D2D2D2. Windows color (decimal): -5049726 or 8581810. OLE color: 8581810.
HSL color Cylindrical-coordinate representation of color #B2F282: hue angle of 94.29º degrees, saturation: 0.81, 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 #B2F282 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 130 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.05 |
| HSL | 94.29º | 0.81% | 0.73% | - |
| HSV(B) | 94.29º | 0.46% | 0.95% | - |
| XYZ | 54.14 | 74.58 | 32.66 | - |
| YUV | 210.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 130 | 0.26 | 0 | 0.46 | 0.05 | 94.29 | 0.81 | 0.73 |
| Hex | B2 | F2 | 82 | 1A | 0 | 2E | 5 | 5E | 51 | 49 |
| Octal | 262 | 362 | 202 | 32 | 0 | 56 | 5 | 136 | 121 | 111 |
| Binary | 10110010 | 11110010 | 10000010 | 11010 | 0 | 101110 | 101 | 1011110 | 1010001 | 1001001 |
Color Harmonies of #B2F282
Complementary color
Monochromatic Colors of #B2F282
Black with #B2F282
Text Example
Text Example
White with #B2F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F282; }
p { color: rgb(178,242,130); }
H1.HeaderClassName
{
color: #B2F282;
}
.AnyTagClassName
{
color: #B2F282;
}
</style>
background-color css
<style>
a { background-color: #B2F282; }
a { background-color: rgb(178,242,130); }
div.DivClassName
{
background-color: #B2F282;
}
.BgClassName
{
background-color: #B2F282;
}
</style>
border-color css
<style>
span { border-color: #B2F282; }
span { border-color: rgb(178,242,130); }
td.TdClassName
{
border-color: #B2F282;
}
.TagClassName
{
border-color: #B2F282;
}
</style>