Shades of Sulu #B5E37E
Tints of Sulu #B5E37E
RGB
CMYK
RGB Variations
Color information
#B5E37E (or 0xB5E37E) is known color: Sulu. HEX triplet: B5, E3 and 7E. RGB value is (181,227,126). Sum of RGB (Red+Green+Blue) = 181+227+126=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E37E is #4A1C81. Grayscale: #CACACA. Windows color (decimal): -4856962 or 8315829. OLE color: 8315829.
HSL color Cylindrical-coordinate representation of color #B5E37E: hue angle of 87.33º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5E37E is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 126 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.11 |
| HSL | 87.33º | 0.64% | 0.69% | - |
| HSV(B) | 87.33º | 0.44% | 0.89% | - |
| XYZ | 50.29 | 66.27 | 29.88 | - |
| YUV | 201.73 | 85.26 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 126 | 0.20 | 0 | 0.44 | 0.11 | 87.33 | 0.64 | 0.69 |
| Hex | B5 | E3 | 7E | 14 | 0 | 2C | B | 57 | 40 | 45 |
| Octal | 265 | 343 | 176 | 24 | 0 | 54 | 13 | 127 | 100 | 105 |
| Binary | 10110101 | 11100011 | 1111110 | 10100 | 0 | 101100 | 1011 | 1010111 | 1000000 | 1000101 |
Color Harmonies of #B5E37E
Complementary color
Monochromatic Colors of #B5E37E
Black with #B5E37E
Text Example
Text Example
White with #B5E37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E37E; }
p { color: rgb(181,227,126); }
H1.HeaderClassName
{
color: #B5E37E;
}
.AnyTagClassName
{
color: #B5E37E;
}
</style>
background-color css
<style>
a { background-color: #B5E37E; }
a { background-color: rgb(181,227,126); }
div.DivClassName
{
background-color: #B5E37E;
}
.BgClassName
{
background-color: #B5E37E;
}
</style>
border-color css
<style>
span { border-color: #B5E37E; }
span { border-color: rgb(181,227,126); }
td.TdClassName
{
border-color: #B5E37E;
}
.TagClassName
{
border-color: #B5E37E;
}
</style>