Shades of Sulu #B5E07B
Tints of Sulu #B5E07B
RGB
CMYK
RGB Variations
Color information
#B5E07B (or 0xB5E07B) is known color: Sulu. HEX triplet: B5, E0 and 7B. RGB value is (181,224,123). Sum of RGB (Red+Green+Blue) = 181+224+123=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E07B is #4A1F84. Grayscale: #C7C7C7. Windows color (decimal): -4857733 or 8118453. OLE color: 8118453.
HSL color Cylindrical-coordinate representation of color #B5E07B: hue angle of 85.54º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5E07B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 123 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.12 |
| HSL | 85.54º | 0.62% | 0.68% | - |
| HSV(B) | 85.54º | 0.45% | 0.88% | - |
| XYZ | 49.29 | 64.57 | 28.6 | - |
| YUV | 199.63 | 84.75 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 123 | 0.19 | 0 | 0.45 | 0.12 | 85.54 | 0.62 | 0.68 |
| Hex | B5 | E0 | 7B | 13 | 0 | 2D | C | 56 | 3E | 44 |
| Octal | 265 | 340 | 173 | 23 | 0 | 55 | 14 | 126 | 76 | 104 |
| Binary | 10110101 | 11100000 | 1111011 | 10011 | 0 | 101101 | 1100 | 1010110 | 111110 | 1000100 |
Color Harmonies of #B5E07B
Complementary color
Monochromatic Colors of #B5E07B
Black with #B5E07B
Text Example
Text Example
White with #B5E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E07B; }
p { color: rgb(181,224,123); }
H1.HeaderClassName
{
color: #B5E07B;
}
.AnyTagClassName
{
color: #B5E07B;
}
</style>
background-color css
<style>
a { background-color: #B5E07B; }
a { background-color: rgb(181,224,123); }
div.DivClassName
{
background-color: #B5E07B;
}
.BgClassName
{
background-color: #B5E07B;
}
</style>
border-color css
<style>
span { border-color: #B5E07B; }
span { border-color: rgb(181,224,123); }
td.TdClassName
{
border-color: #B5E07B;
}
.TagClassName
{
border-color: #B5E07B;
}
</style>