Shades of Sulu #B2E36F
Tints of Sulu #B2E36F
RGB
CMYK
RGB Variations
Color information
#B2E36F (or 0xB2E36F) is known color: Sulu. HEX triplet: B2, E3 and 6F. RGB value is (178,227,111). Sum of RGB (Red+Green+Blue) = 178+227+111=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E36F is #4D1C90. Grayscale: #C7C7C7. Windows color (decimal): -5053585 or 7332786. OLE color: 7332786.
HSL color Cylindrical-coordinate representation of color #B2E36F: hue angle of 85.34º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2E36F is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 227 | 111 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.11 |
| HSL | 85.34º | 0.67% | 0.66% | - |
| HSV(B) | 85.34º | 0.51% | 0.89% | - |
| XYZ | 48.7 | 65.55 | 25.12 | - |
| YUV | 199.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 227 | 111 | 0.22 | 0 | 0.51 | 0.11 | 85.34 | 0.67 | 0.66 |
| Hex | B2 | E3 | 6F | 16 | 0 | 33 | B | 55 | 43 | 42 |
| Octal | 262 | 343 | 157 | 26 | 0 | 63 | 13 | 125 | 103 | 102 |
| Binary | 10110010 | 11100011 | 1101111 | 10110 | 0 | 110011 | 1011 | 1010101 | 1000011 | 1000010 |
Color Harmonies of #B2E36F
Complementary color
Monochromatic Colors of #B2E36F
Black with #B2E36F
Text Example
Text Example
White with #B2E36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E36F; }
p { color: rgb(178,227,111); }
H1.HeaderClassName
{
color: #B2E36F;
}
.AnyTagClassName
{
color: #B2E36F;
}
</style>
background-color css
<style>
a { background-color: #B2E36F; }
a { background-color: rgb(178,227,111); }
div.DivClassName
{
background-color: #B2E36F;
}
.BgClassName
{
background-color: #B2E36F;
}
</style>
border-color css
<style>
span { border-color: #B2E36F; }
span { border-color: rgb(178,227,111); }
td.TdClassName
{
border-color: #B2E36F;
}
.TagClassName
{
border-color: #B2E36F;
}
</style>