Shades of Sulu #B6E970
Tints of Sulu #B6E970
RGB
CMYK
RGB Variations
Color information
#B6E970 (or 0xB6E970) is known color: Sulu. HEX triplet: B6, E9 and 70. RGB value is (182,233,112). Sum of RGB (Red+Green+Blue) = 182+233+112=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #B6E970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6E970 is #49168F. Grayscale: #CCCCCC. Windows color (decimal): -4789904 or 7399862. OLE color: 7399862.
HSL color Cylindrical-coordinate representation of color #B6E970: hue angle of 85.29º 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 #B6E970 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 233 | 112 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.09 |
| HSL | 85.29º | 0.73% | 0.68% | - |
| HSV(B) | 85.29º | 0.52% | 0.91% | - |
| XYZ | 51.35 | 69.39 | 26.02 | - |
| YUV | 203.96 | 76.1 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 233 | 112 | 0.22 | 0 | 0.52 | 0.09 | 85.29 | 0.73 | 0.68 |
| Hex | B6 | E9 | 70 | 16 | 0 | 34 | 9 | 55 | 49 | 44 |
| Octal | 266 | 351 | 160 | 26 | 0 | 64 | 11 | 125 | 111 | 104 |
| Binary | 10110110 | 11101001 | 1110000 | 10110 | 0 | 110100 | 1001 | 1010101 | 1001001 | 1000100 |
Color Harmonies of #B6E970
Complementary color
Monochromatic Colors of #B6E970
Black with #B6E970
Text Example
Text Example
White with #B6E970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E970; }
p { color: rgb(182,233,112); }
H1.HeaderClassName
{
color: #B6E970;
}
.AnyTagClassName
{
color: #B6E970;
}
</style>
background-color css
<style>
a { background-color: #B6E970; }
a { background-color: rgb(182,233,112); }
div.DivClassName
{
background-color: #B6E970;
}
.BgClassName
{
background-color: #B6E970;
}
</style>
border-color css
<style>
span { border-color: #B6E970; }
span { border-color: rgb(182,233,112); }
td.TdClassName
{
border-color: #B6E970;
}
.TagClassName
{
border-color: #B6E970;
}
</style>