Shades of Sulu #B5ED7B
Tints of Sulu #B5ED7B
RGB
CMYK
RGB Variations
Color information
#B5ED7B (or 0xB5ED7B) is known color: Sulu. HEX triplet: B5, ED and 7B. RGB value is (181,237,123). Sum of RGB (Red+Green+Blue) = 181+237+123=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5ED7B is #4A1284. Grayscale: #CFCFCF. Windows color (decimal): -4854405 or 8121781. OLE color: 8121781.
HSL color Cylindrical-coordinate representation of color #B5ED7B: hue angle of 89.47º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5ED7B is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 123 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.07 |
| HSL | 89.47º | 0.76% | 0.71% | - |
| HSV(B) | 89.47º | 0.48% | 0.93% | - |
| XYZ | 52.92 | 71.82 | 29.81 | - |
| YUV | 207.26 | 80.45 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 123 | 0.24 | 0 | 0.48 | 0.07 | 89.47 | 0.76 | 0.71 |
| Hex | B5 | ED | 7B | 18 | 0 | 30 | 7 | 59 | 4C | 47 |
| Octal | 265 | 355 | 173 | 30 | 0 | 60 | 7 | 131 | 114 | 107 |
| Binary | 10110101 | 11101101 | 1111011 | 11000 | 0 | 110000 | 111 | 1011001 | 1001100 | 1000111 |
Color Harmonies of #B5ED7B
Complementary color
Monochromatic Colors of #B5ED7B
Black with #B5ED7B
Text Example
Text Example
White with #B5ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ED7B; }
p { color: rgb(181,237,123); }
H1.HeaderClassName
{
color: #B5ED7B;
}
.AnyTagClassName
{
color: #B5ED7B;
}
</style>
background-color css
<style>
a { background-color: #B5ED7B; }
a { background-color: rgb(181,237,123); }
div.DivClassName
{
background-color: #B5ED7B;
}
.BgClassName
{
background-color: #B5ED7B;
}
</style>
border-color css
<style>
span { border-color: #B5ED7B; }
span { border-color: rgb(181,237,123); }
td.TdClassName
{
border-color: #B5ED7B;
}
.TagClassName
{
border-color: #B5ED7B;
}
</style>