Shades of Sulu #B2E872
Tints of Sulu #B2E872
RGB
CMYK
RGB Variations
Color information
#B2E872 (or 0xB2E872) is known color: Sulu. HEX triplet: B2, E8 and 72. RGB value is (178,232,114). Sum of RGB (Red+Green+Blue) = 178+232+114=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E872 is #4D178D. Grayscale: #CACACA. Windows color (decimal): -5052302 or 7530674. OLE color: 7530674.
HSL color Cylindrical-coordinate representation of color #B2E872: hue angle of 87.46º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2E872 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 232 | 114 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.09 |
| HSL | 87.46º | 0.72% | 0.68% | - |
| HSV(B) | 87.46º | 0.51% | 0.91% | - |
| XYZ | 50.25 | 68.39 | 26.47 | - |
| YUV | 202.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 114 | 0.23 | 0 | 0.51 | 0.09 | 87.46 | 0.72 | 0.68 |
| Hex | B2 | E8 | 72 | 17 | 0 | 33 | 9 | 57 | 48 | 44 |
| Octal | 262 | 350 | 162 | 27 | 0 | 63 | 11 | 127 | 110 | 104 |
| Binary | 10110010 | 11101000 | 1110010 | 10111 | 0 | 110011 | 1001 | 1010111 | 1001000 | 1000100 |
Color Harmonies of #B2E872
Complementary color
Monochromatic Colors of #B2E872
Black with #B2E872
Text Example
Text Example
White with #B2E872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E872; }
p { color: rgb(178,232,114); }
H1.HeaderClassName
{
color: #B2E872;
}
.AnyTagClassName
{
color: #B2E872;
}
</style>
background-color css
<style>
a { background-color: #B2E872; }
a { background-color: rgb(178,232,114); }
div.DivClassName
{
background-color: #B2E872;
}
.BgClassName
{
background-color: #B2E872;
}
</style>
border-color css
<style>
span { border-color: #B2E872; }
span { border-color: rgb(178,232,114); }
td.TdClassName
{
border-color: #B2E872;
}
.TagClassName
{
border-color: #B2E872;
}
</style>