Shades of Sulu #B5E27A
Tints of Sulu #B5E27A
RGB
CMYK
RGB Variations
Color information
#B5E27A (or 0xB5E27A) is known color: Sulu. HEX triplet: B5, E2 and 7A. RGB value is (181,226,122). Sum of RGB (Red+Green+Blue) = 181+226+122=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E27A is #4A1D85. Grayscale: #C9C9C9. Windows color (decimal): -4857222 or 8053429. OLE color: 8053429.
HSL color Cylindrical-coordinate representation of color #B5E27A: hue angle of 85.96º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5E27A is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 226 | 122 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.11 |
| HSL | 85.96º | 0.64% | 0.68% | - |
| HSV(B) | 85.96º | 0.46% | 0.89% | - |
| XYZ | 49.77 | 65.62 | 28.46 | - |
| YUV | 200.69 | 83.59 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 226 | 122 | 0.20 | 0 | 0.46 | 0.11 | 85.96 | 0.64 | 0.68 |
| Hex | B5 | E2 | 7A | 14 | 0 | 2E | B | 56 | 40 | 44 |
| Octal | 265 | 342 | 172 | 24 | 0 | 56 | 13 | 126 | 100 | 104 |
| Binary | 10110101 | 11100010 | 1111010 | 10100 | 0 | 101110 | 1011 | 1010110 | 1000000 | 1000100 |
Color Harmonies of #B5E27A
Complementary color
Monochromatic Colors of #B5E27A
Black with #B5E27A
Text Example
Text Example
White with #B5E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E27A; }
p { color: rgb(181,226,122); }
H1.HeaderClassName
{
color: #B5E27A;
}
.AnyTagClassName
{
color: #B5E27A;
}
</style>
background-color css
<style>
a { background-color: #B5E27A; }
a { background-color: rgb(181,226,122); }
div.DivClassName
{
background-color: #B5E27A;
}
.BgClassName
{
background-color: #B5E27A;
}
</style>
border-color css
<style>
span { border-color: #B5E27A; }
span { border-color: rgb(181,226,122); }
td.TdClassName
{
border-color: #B5E27A;
}
.TagClassName
{
border-color: #B5E27A;
}
</style>