Shades of Sulu #B4E480
Tints of Sulu #B4E480
RGB
CMYK
RGB Variations
Color information
#B4E480 (or 0xB4E480) is known color: Sulu. HEX triplet: B4, E4 and 80. RGB value is (180,228,128). Sum of RGB (Red+Green+Blue) = 180+228+128=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E480 is #4B1B7F. Grayscale: #CACACA. Windows color (decimal): -4922240 or 8447156. OLE color: 8447156.
HSL color Cylindrical-coordinate representation of color #B4E480: hue angle of 88.8º degrees, saturation: 0.65, 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 #B4E480 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 228 | 128 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.11 |
| HSL | 88.8º | 0.65% | 0.7% | - |
| HSV(B) | 88.8º | 0.44% | 0.89% | - |
| XYZ | 50.46 | 66.75 | 30.65 | - |
| YUV | 202.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 228 | 128 | 0.21 | 0 | 0.44 | 0.11 | 88.8 | 0.65 | 0.7 |
| Hex | B4 | E4 | 80 | 15 | 0 | 2C | B | 59 | 41 | 46 |
| Octal | 264 | 344 | 200 | 25 | 0 | 54 | 13 | 131 | 101 | 106 |
| Binary | 10110100 | 11100100 | 10000000 | 10101 | 0 | 101100 | 1011 | 1011001 | 1000001 | 1000110 |
Color Harmonies of #B4E480
Complementary color
Monochromatic Colors of #B4E480
Black with #B4E480
Text Example
Text Example
White with #B4E480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E480; }
p { color: rgb(180,228,128); }
H1.HeaderClassName
{
color: #B4E480;
}
.AnyTagClassName
{
color: #B4E480;
}
</style>
background-color css
<style>
a { background-color: #B4E480; }
a { background-color: rgb(180,228,128); }
div.DivClassName
{
background-color: #B4E480;
}
.BgClassName
{
background-color: #B4E480;
}
</style>
border-color css
<style>
span { border-color: #B4E480; }
span { border-color: rgb(180,228,128); }
td.TdClassName
{
border-color: #B4E480;
}
.TagClassName
{
border-color: #B4E480;
}
</style>