Shades of Sulu #B6E871
Tints of Sulu #B6E871
RGB
CMYK
RGB Variations
Color information
#B6E871 (or 0xB6E871) is known color: Sulu. HEX triplet: B6, E8 and 71. RGB value is (182,232,113). Sum of RGB (Red+Green+Blue) = 182+232+113=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #B6E871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6E871 is #49178E. Grayscale: #CBCBCB. Windows color (decimal): -4790159 or 7465142. OLE color: 7465142.
HSL color Cylindrical-coordinate representation of color #B6E871: hue angle of 85.21º 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 #B6E871 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 232 | 113 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.09 |
| HSL | 85.21º | 0.72% | 0.68% | - |
| HSV(B) | 85.21º | 0.51% | 0.91% | - |
| XYZ | 51.13 | 68.85 | 26.22 | - |
| YUV | 203.48 | 76.94 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 232 | 113 | 0.22 | 0 | 0.51 | 0.09 | 85.21 | 0.72 | 0.68 |
| Hex | B6 | E8 | 71 | 16 | 0 | 33 | 9 | 55 | 48 | 44 |
| Octal | 266 | 350 | 161 | 26 | 0 | 63 | 11 | 125 | 110 | 104 |
| Binary | 10110110 | 11101000 | 1110001 | 10110 | 0 | 110011 | 1001 | 1010101 | 1001000 | 1000100 |
Color Harmonies of #B6E871
Complementary color
Monochromatic Colors of #B6E871
Black with #B6E871
Text Example
Text Example
White with #B6E871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E871; }
p { color: rgb(182,232,113); }
H1.HeaderClassName
{
color: #B6E871;
}
.AnyTagClassName
{
color: #B6E871;
}
</style>
background-color css
<style>
a { background-color: #B6E871; }
a { background-color: rgb(182,232,113); }
div.DivClassName
{
background-color: #B6E871;
}
.BgClassName
{
background-color: #B6E871;
}
</style>
border-color css
<style>
span { border-color: #B6E871; }
span { border-color: rgb(182,232,113); }
td.TdClassName
{
border-color: #B6E871;
}
.TagClassName
{
border-color: #B6E871;
}
</style>