Shades of Sulu #B2F786
Tints of Sulu #B2F786
RGB
CMYK
RGB Variations
Color information
#B2F786 (or 0xB2F786) is known color: Sulu. HEX triplet: B2, F7 and 86. RGB value is (178,247,134). Sum of RGB (Red+Green+Blue) = 178+247+134=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F786 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F786 is #4D0879. Grayscale: #D5D5D5. Windows color (decimal): -5048442 or 8845234. OLE color: 8845234.
HSL color Cylindrical-coordinate representation of color #B2F786: hue angle of 96.64º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2F786 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 247 | 134 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.03 |
| HSL | 96.64º | 0.88% | 0.75% | - |
| HSV(B) | 96.64º | 0.46% | 0.97% | - |
| XYZ | 55.92 | 77.71 | 34.61 | - |
| YUV | 213.49 | 83.14 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 247 | 134 | 0.28 | 0 | 0.46 | 0.03 | 96.64 | 0.88 | 0.75 |
| Hex | B2 | F7 | 86 | 1C | 0 | 2E | 3 | 61 | 58 | 4B |
| Octal | 262 | 367 | 206 | 34 | 0 | 56 | 3 | 141 | 130 | 113 |
| Binary | 10110010 | 11110111 | 10000110 | 11100 | 0 | 101110 | 11 | 1100001 | 1011000 | 1001011 |
Color Harmonies of #B2F786
Complementary color
Monochromatic Colors of #B2F786
Black with #B2F786
Text Example
Text Example
White with #B2F786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F786; }
p { color: rgb(178,247,134); }
H1.HeaderClassName
{
color: #B2F786;
}
.AnyTagClassName
{
color: #B2F786;
}
</style>
background-color css
<style>
a { background-color: #B2F786; }
a { background-color: rgb(178,247,134); }
div.DivClassName
{
background-color: #B2F786;
}
.BgClassName
{
background-color: #B2F786;
}
</style>
border-color css
<style>
span { border-color: #B2F786; }
span { border-color: rgb(178,247,134); }
td.TdClassName
{
border-color: #B2F786;
}
.TagClassName
{
border-color: #B2F786;
}
</style>