Shades of Sulu #B5E07F
Tints of Sulu #B5E07F
RGB
CMYK
RGB Variations
Color information
#B5E07F (or 0xB5E07F) is known color: Sulu. HEX triplet: B5, E0 and 7F. RGB value is (181,224,127). Sum of RGB (Red+Green+Blue) = 181+224+127=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E07F is #4A1F80. Grayscale: #C8C8C8. Windows color (decimal): -4857729 or 8380597. OLE color: 8380597.
HSL color Cylindrical-coordinate representation of color #B5E07F: hue angle of 86.6º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5E07F is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 127 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.12 |
| HSL | 86.6º | 0.61% | 0.69% | - |
| HSV(B) | 86.6º | 0.43% | 0.88% | - |
| XYZ | 49.54 | 64.67 | 29.95 | - |
| YUV | 200.09 | 86.75 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 127 | 0.19 | 0 | 0.43 | 0.12 | 86.6 | 0.61 | 0.69 |
| Hex | B5 | E0 | 7F | 13 | 0 | 2B | C | 57 | 3D | 45 |
| Octal | 265 | 340 | 177 | 23 | 0 | 53 | 14 | 127 | 75 | 105 |
| Binary | 10110101 | 11100000 | 1111111 | 10011 | 0 | 101011 | 1100 | 1010111 | 111101 | 1000101 |
Color Harmonies of #B5E07F
Complementary color
Monochromatic Colors of #B5E07F
Black with #B5E07F
Text Example
Text Example
White with #B5E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E07F; }
p { color: rgb(181,224,127); }
H1.HeaderClassName
{
color: #B5E07F;
}
.AnyTagClassName
{
color: #B5E07F;
}
</style>
background-color css
<style>
a { background-color: #B5E07F; }
a { background-color: rgb(181,224,127); }
div.DivClassName
{
background-color: #B5E07F;
}
.BgClassName
{
background-color: #B5E07F;
}
</style>
border-color css
<style>
span { border-color: #B5E07F; }
span { border-color: rgb(181,224,127); }
td.TdClassName
{
border-color: #B5E07F;
}
.TagClassName
{
border-color: #B5E07F;
}
</style>