Shades of Sulu #B5E380
Tints of Sulu #B5E380
RGB
CMYK
RGB Variations
Color information
#B5E380 (or 0xB5E380) is known color: Sulu. HEX triplet: B5, E3 and 80. RGB value is (181,227,128). Sum of RGB (Red+Green+Blue) = 181+227+128=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E380 is #4A1C7F. Grayscale: #CACACA. Windows color (decimal): -4856960 or 8446901. OLE color: 8446901.
HSL color Cylindrical-coordinate representation of color #B5E380: hue angle of 87.88º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5E380 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 128 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.11 |
| HSL | 87.88º | 0.64% | 0.7% | - |
| HSV(B) | 87.88º | 0.44% | 0.89% | - |
| XYZ | 50.42 | 66.32 | 30.57 | - |
| YUV | 201.96 | 86.26 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 128 | 0.20 | 0 | 0.44 | 0.11 | 87.88 | 0.64 | 0.7 |
| Hex | B5 | E3 | 80 | 14 | 0 | 2C | B | 58 | 40 | 46 |
| Octal | 265 | 343 | 200 | 24 | 0 | 54 | 13 | 130 | 100 | 106 |
| Binary | 10110101 | 11100011 | 10000000 | 10100 | 0 | 101100 | 1011 | 1011000 | 1000000 | 1000110 |
Color Harmonies of #B5E380
Complementary color
Monochromatic Colors of #B5E380
Black with #B5E380
Text Example
Text Example
White with #B5E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E380; }
p { color: rgb(181,227,128); }
H1.HeaderClassName
{
color: #B5E380;
}
.AnyTagClassName
{
color: #B5E380;
}
</style>
background-color css
<style>
a { background-color: #B5E380; }
a { background-color: rgb(181,227,128); }
div.DivClassName
{
background-color: #B5E380;
}
.BgClassName
{
background-color: #B5E380;
}
</style>
border-color css
<style>
span { border-color: #B5E380; }
span { border-color: rgb(181,227,128); }
td.TdClassName
{
border-color: #B5E380;
}
.TagClassName
{
border-color: #B5E380;
}
</style>