Shades of Sulu #B5E484
Tints of Sulu #B5E484
RGB
CMYK
RGB Variations
Color information
#B5E484 (or 0xB5E484) is known color: Sulu. HEX triplet: B5, E4 and 84. RGB value is (181,228,132). Sum of RGB (Red+Green+Blue) = 181+228+132=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E484 is #4A1B7B. Grayscale: #CBCBCB. Windows color (decimal): -4856700 or 8709301. OLE color: 8709301.
HSL color Cylindrical-coordinate representation of color #B5E484: hue angle of 89.37º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5E484 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 132 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.11 |
| HSL | 89.37º | 0.64% | 0.71% | - |
| HSV(B) | 89.37º | 0.42% | 0.89% | - |
| XYZ | 50.96 | 66.98 | 32.07 | - |
| YUV | 203 | 87.93 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 132 | 0.21 | 0 | 0.42 | 0.11 | 89.37 | 0.64 | 0.71 |
| Hex | B5 | E4 | 84 | 15 | 0 | 2A | B | 59 | 40 | 47 |
| Octal | 265 | 344 | 204 | 25 | 0 | 52 | 13 | 131 | 100 | 107 |
| Binary | 10110101 | 11100100 | 10000100 | 10101 | 0 | 101010 | 1011 | 1011001 | 1000000 | 1000111 |
Color Harmonies of #B5E484
Complementary color
Monochromatic Colors of #B5E484
Black with #B5E484
Text Example
Text Example
White with #B5E484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E484; }
p { color: rgb(181,228,132); }
H1.HeaderClassName
{
color: #B5E484;
}
.AnyTagClassName
{
color: #B5E484;
}
</style>
background-color css
<style>
a { background-color: #B5E484; }
a { background-color: rgb(181,228,132); }
div.DivClassName
{
background-color: #B5E484;
}
.BgClassName
{
background-color: #B5E484;
}
</style>
border-color css
<style>
span { border-color: #B5E484; }
span { border-color: rgb(181,228,132); }
td.TdClassName
{
border-color: #B5E484;
}
.TagClassName
{
border-color: #B5E484;
}
</style>