Shades of Sulu #B5ED8A
Tints of Sulu #B5ED8A
RGB
CMYK
RGB Variations
Color information
#B5ED8A (or 0xB5ED8A) is known color: Sulu. HEX triplet: B5, ED and 8A. RGB value is (181,237,138). Sum of RGB (Red+Green+Blue) = 181+237+138=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5ED8A is #4A1275. Grayscale: #D1D1D1. Windows color (decimal): -4854390 or 9104821. OLE color: 9104821.
HSL color Cylindrical-coordinate representation of color #B5ED8A: hue angle of 93.94º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5ED8A is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 138 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.07 |
| HSL | 93.94º | 0.73% | 0.74% | - |
| HSV(B) | 93.94º | 0.42% | 0.93% | - |
| XYZ | 53.93 | 72.23 | 35.14 | - |
| YUV | 208.97 | 87.95 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 138 | 0.24 | 0 | 0.42 | 0.07 | 93.94 | 0.73 | 0.74 |
| Hex | B5 | ED | 8A | 18 | 0 | 2A | 7 | 5E | 49 | 4A |
| Octal | 265 | 355 | 212 | 30 | 0 | 52 | 7 | 136 | 111 | 112 |
| Binary | 10110101 | 11101101 | 10001010 | 11000 | 0 | 101010 | 111 | 1011110 | 1001001 | 1001010 |
Color Harmonies of #B5ED8A
Complementary color
Monochromatic Colors of #B5ED8A
Black with #B5ED8A
Text Example
Text Example
White with #B5ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ED8A; }
p { color: rgb(181,237,138); }
H1.HeaderClassName
{
color: #B5ED8A;
}
.AnyTagClassName
{
color: #B5ED8A;
}
</style>
background-color css
<style>
a { background-color: #B5ED8A; }
a { background-color: rgb(181,237,138); }
div.DivClassName
{
background-color: #B5ED8A;
}
.BgClassName
{
background-color: #B5ED8A;
}
</style>
border-color css
<style>
span { border-color: #B5ED8A; }
span { border-color: rgb(181,237,138); }
td.TdClassName
{
border-color: #B5ED8A;
}
.TagClassName
{
border-color: #B5ED8A;
}
</style>