Shades of Sulu #B2E971
Tints of Sulu #B2E971
RGB
CMYK
RGB Variations
Color information
#B2E971 (or 0xB2E971) is known color: Sulu. HEX triplet: B2, E9 and 71. RGB value is (178,233,113). Sum of RGB (Red+Green+Blue) = 178+233+113=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E971 is #4D168E. Grayscale: #CBCBCB. Windows color (decimal): -5052047 or 7465394. OLE color: 7465394.
HSL color Cylindrical-coordinate representation of color #B2E971: hue angle of 87.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2E971 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 113 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.09 |
| HSL | 87.5º | 0.73% | 0.68% | - |
| HSV(B) | 87.5º | 0.52% | 0.91% | - |
| XYZ | 50.48 | 68.94 | 26.27 | - |
| YUV | 202.88 | 77.28 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 113 | 0.24 | 0 | 0.52 | 0.09 | 87.5 | 0.73 | 0.68 |
| Hex | B2 | E9 | 71 | 18 | 0 | 34 | 9 | 57 | 49 | 44 |
| Octal | 262 | 351 | 161 | 30 | 0 | 64 | 11 | 127 | 111 | 104 |
| Binary | 10110010 | 11101001 | 1110001 | 11000 | 0 | 110100 | 1001 | 1010111 | 1001001 | 1000100 |
Color Harmonies of #B2E971
Complementary color
Monochromatic Colors of #B2E971
Black with #B2E971
Text Example
Text Example
White with #B2E971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E971; }
p { color: rgb(178,233,113); }
H1.HeaderClassName
{
color: #B2E971;
}
.AnyTagClassName
{
color: #B2E971;
}
</style>
background-color css
<style>
a { background-color: #B2E971; }
a { background-color: rgb(178,233,113); }
div.DivClassName
{
background-color: #B2E971;
}
.BgClassName
{
background-color: #B2E971;
}
</style>
border-color css
<style>
span { border-color: #B2E971; }
span { border-color: rgb(178,233,113); }
td.TdClassName
{
border-color: #B2E971;
}
.TagClassName
{
border-color: #B2E971;
}
</style>