Shades of Sulu #B5E082
Tints of Sulu #B5E082
RGB
CMYK
RGB Variations
Color information
#B5E082 (or 0xB5E082) is known color: Sulu. HEX triplet: B5, E0 and 82. RGB value is (181,224,130). Sum of RGB (Red+Green+Blue) = 181+224+130=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E082 is #4A1F7D. Grayscale: #C8C8C8. Windows color (decimal): -4857726 or 8577205. OLE color: 8577205.
HSL color Cylindrical-coordinate representation of color #B5E082: hue angle of 87.45º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5E082 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 130 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.12 |
| HSL | 87.45º | 0.6% | 0.69% | - |
| HSV(B) | 87.45º | 0.42% | 0.88% | - |
| XYZ | 49.74 | 64.75 | 30.99 | - |
| YUV | 200.43 | 88.25 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 130 | 0.19 | 0 | 0.42 | 0.12 | 87.45 | 0.6 | 0.69 |
| Hex | B5 | E0 | 82 | 13 | 0 | 2A | C | 57 | 3C | 45 |
| Octal | 265 | 340 | 202 | 23 | 0 | 52 | 14 | 127 | 74 | 105 |
| Binary | 10110101 | 11100000 | 10000010 | 10011 | 0 | 101010 | 1100 | 1010111 | 111100 | 1000101 |
Color Harmonies of #B5E082
Complementary color
Monochromatic Colors of #B5E082
Black with #B5E082
Text Example
Text Example
White with #B5E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E082; }
p { color: rgb(181,224,130); }
H1.HeaderClassName
{
color: #B5E082;
}
.AnyTagClassName
{
color: #B5E082;
}
</style>
background-color css
<style>
a { background-color: #B5E082; }
a { background-color: rgb(181,224,130); }
div.DivClassName
{
background-color: #B5E082;
}
.BgClassName
{
background-color: #B5E082;
}
</style>
border-color css
<style>
span { border-color: #B5E082; }
span { border-color: rgb(181,224,130); }
td.TdClassName
{
border-color: #B5E082;
}
.TagClassName
{
border-color: #B5E082;
}
</style>