Shades of Sulu #B2E972
Tints of Sulu #B2E972
RGB
CMYK
RGB Variations
Color information
#B2E972 (or 0xB2E972) is known color: Sulu. HEX triplet: B2, E9 and 72. RGB value is (178,233,114). Sum of RGB (Red+Green+Blue) = 178+233+114=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E972 is #4D168D. Grayscale: #CBCBCB. Windows color (decimal): -5052046 or 7530930. OLE color: 7530930.
HSL color Cylindrical-coordinate representation of color #B2E972: hue angle of 87.73º degrees, saturation: 0.73, 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 #B2E972 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 114 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.09 |
| HSL | 87.73º | 0.73% | 0.68% | - |
| HSV(B) | 87.73º | 0.51% | 0.91% | - |
| XYZ | 50.54 | 68.96 | 26.57 | - |
| YUV | 202.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 114 | 0.24 | 0 | 0.51 | 0.09 | 87.73 | 0.73 | 0.68 |
| Hex | B2 | E9 | 72 | 18 | 0 | 33 | 9 | 58 | 49 | 44 |
| Octal | 262 | 351 | 162 | 30 | 0 | 63 | 11 | 130 | 111 | 104 |
| Binary | 10110010 | 11101001 | 1110010 | 11000 | 0 | 110011 | 1001 | 1011000 | 1001001 | 1000100 |
Color Harmonies of #B2E972
Complementary color
Monochromatic Colors of #B2E972
Black with #B2E972
Text Example
Text Example
White with #B2E972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E972; }
p { color: rgb(178,233,114); }
H1.HeaderClassName
{
color: #B2E972;
}
.AnyTagClassName
{
color: #B2E972;
}
</style>
background-color css
<style>
a { background-color: #B2E972; }
a { background-color: rgb(178,233,114); }
div.DivClassName
{
background-color: #B2E972;
}
.BgClassName
{
background-color: #B2E972;
}
</style>
border-color css
<style>
span { border-color: #B2E972; }
span { border-color: rgb(178,233,114); }
td.TdClassName
{
border-color: #B2E972;
}
.TagClassName
{
border-color: #B2E972;
}
</style>