Shades of Sulu #B2E077
Tints of Sulu #B2E077
RGB
CMYK
RGB Variations
Color information
#B2E077 (or 0xB2E077) is known color: Sulu. HEX triplet: B2, E0 and 77. RGB value is (178,224,119). Sum of RGB (Red+Green+Blue) = 178+224+119=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E077 is #4D1F88. Grayscale: #C6C6C6. Windows color (decimal): -5054345 or 7856306. OLE color: 7856306.
HSL color Cylindrical-coordinate representation of color #B2E077: hue angle of 86.29º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2E077 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 119 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.12 |
| HSL | 86.29º | 0.63% | 0.67% | - |
| HSV(B) | 86.29º | 0.47% | 0.88% | - |
| XYZ | 48.35 | 64.11 | 27.28 | - |
| YUV | 198.28 | 83.26 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 119 | 0.21 | 0 | 0.47 | 0.12 | 86.29 | 0.63 | 0.67 |
| Hex | B2 | E0 | 77 | 15 | 0 | 2F | C | 56 | 3F | 43 |
| Octal | 262 | 340 | 167 | 25 | 0 | 57 | 14 | 126 | 77 | 103 |
| Binary | 10110010 | 11100000 | 1110111 | 10101 | 0 | 101111 | 1100 | 1010110 | 111111 | 1000011 |
Color Harmonies of #B2E077
Complementary color
Monochromatic Colors of #B2E077
Black with #B2E077
Text Example
Text Example
White with #B2E077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E077; }
p { color: rgb(178,224,119); }
H1.HeaderClassName
{
color: #B2E077;
}
.AnyTagClassName
{
color: #B2E077;
}
</style>
background-color css
<style>
a { background-color: #B2E077; }
a { background-color: rgb(178,224,119); }
div.DivClassName
{
background-color: #B2E077;
}
.BgClassName
{
background-color: #B2E077;
}
</style>
border-color css
<style>
span { border-color: #B2E077; }
span { border-color: rgb(178,224,119); }
td.TdClassName
{
border-color: #B2E077;
}
.TagClassName
{
border-color: #B2E077;
}
</style>