Shades of Sulu #B2D971
Tints of Sulu #B2D971
RGB
CMYK
RGB Variations
Color information
#B2D971 (or 0xB2D971) is known color: Sulu. HEX triplet: B2, D9 and 71. RGB value is (178,217,113). Sum of RGB (Red+Green+Blue) = 178+217+113=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D971 is #4D268E. Grayscale: #C1C1C1. Windows color (decimal): -5056143 or 7461298. OLE color: 7461298.
HSL color Cylindrical-coordinate representation of color #B2D971: hue angle of 82.5º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2D971 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 113 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.15 |
| HSL | 82.5º | 0.58% | 0.65% | - |
| HSV(B) | 82.5º | 0.48% | 0.85% | - |
| XYZ | 46.15 | 60.28 | 24.83 | - |
| YUV | 193.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 113 | 0.18 | 0 | 0.48 | 0.15 | 82.5 | 0.58 | 0.65 |
| Hex | B2 | D9 | 71 | 12 | 0 | 30 | F | 52 | 3A | 41 |
| Octal | 262 | 331 | 161 | 22 | 0 | 60 | 17 | 122 | 72 | 101 |
| Binary | 10110010 | 11011001 | 1110001 | 10010 | 0 | 110000 | 1111 | 1010010 | 111010 | 1000001 |
Color Harmonies of #B2D971
Complementary color
Monochromatic Colors of #B2D971
Black with #B2D971
Text Example
Text Example
White with #B2D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D971; }
p { color: rgb(178,217,113); }
H1.HeaderClassName
{
color: #B2D971;
}
.AnyTagClassName
{
color: #B2D971;
}
</style>
background-color css
<style>
a { background-color: #B2D971; }
a { background-color: rgb(178,217,113); }
div.DivClassName
{
background-color: #B2D971;
}
.BgClassName
{
background-color: #B2D971;
}
</style>
border-color css
<style>
span { border-color: #B2D971; }
span { border-color: rgb(178,217,113); }
td.TdClassName
{
border-color: #B2D971;
}
.TagClassName
{
border-color: #B2D971;
}
</style>