Shades of Sulu #B2E573
Tints of Sulu #B2E573
RGB
CMYK
RGB Variations
Color information
#B2E573 (or 0xB2E573) is known color: Sulu. HEX triplet: B2, E5 and 73. RGB value is (178,229,115). Sum of RGB (Red+Green+Blue) = 178+229+115=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E573 is #4D1A8C. Grayscale: #C9C9C9. Windows color (decimal): -5053069 or 7595442. OLE color: 7595442.
HSL color Cylindrical-coordinate representation of color #B2E573: hue angle of 86.84º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2E573 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 115 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.10 |
| HSL | 86.84º | 0.69% | 0.67% | - |
| HSV(B) | 86.84º | 0.5% | 0.9% | - |
| XYZ | 49.47 | 66.74 | 26.49 | - |
| YUV | 200.76 | 79.6 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 115 | 0.22 | 0 | 0.50 | 0.10 | 86.84 | 0.69 | 0.67 |
| Hex | B2 | E5 | 73 | 16 | 0 | 32 | A | 57 | 45 | 43 |
| Octal | 262 | 345 | 163 | 26 | 0 | 62 | 12 | 127 | 105 | 103 |
| Binary | 10110010 | 11100101 | 1110011 | 10110 | 0 | 110010 | 1010 | 1010111 | 1000101 | 1000011 |
Color Harmonies of #B2E573
Complementary color
Monochromatic Colors of #B2E573
Black with #B2E573
Text Example
Text Example
White with #B2E573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E573; }
p { color: rgb(178,229,115); }
H1.HeaderClassName
{
color: #B2E573;
}
.AnyTagClassName
{
color: #B2E573;
}
</style>
background-color css
<style>
a { background-color: #B2E573; }
a { background-color: rgb(178,229,115); }
div.DivClassName
{
background-color: #B2E573;
}
.BgClassName
{
background-color: #B2E573;
}
</style>
border-color css
<style>
span { border-color: #B2E573; }
span { border-color: rgb(178,229,115); }
td.TdClassName
{
border-color: #B2E573;
}
.TagClassName
{
border-color: #B2E573;
}
</style>