Shades of Sulu #B4E780
Tints of Sulu #B4E780
RGB
CMYK
RGB Variations
Color information
#B4E780 (or 0xB4E780) is known color: Sulu. HEX triplet: B4, E7 and 80. RGB value is (180,231,128). Sum of RGB (Red+Green+Blue) = 180+231+128=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E780 is #4B187F. Grayscale: #CCCCCC. Windows color (decimal): -4921472 or 8447924. OLE color: 8447924.
HSL color Cylindrical-coordinate representation of color #B4E780: hue angle of 89.71º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4E780 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 231 | 128 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.09 |
| HSL | 89.71º | 0.68% | 0.7% | - |
| HSV(B) | 89.71º | 0.45% | 0.91% | - |
| XYZ | 51.29 | 68.41 | 30.92 | - |
| YUV | 204.01 | 85.1 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 231 | 128 | 0.22 | 0 | 0.45 | 0.09 | 89.71 | 0.68 | 0.7 |
| Hex | B4 | E7 | 80 | 16 | 0 | 2D | 9 | 5A | 44 | 46 |
| Octal | 264 | 347 | 200 | 26 | 0 | 55 | 11 | 132 | 104 | 106 |
| Binary | 10110100 | 11100111 | 10000000 | 10110 | 0 | 101101 | 1001 | 1011010 | 1000100 | 1000110 |
Color Harmonies of #B4E780
Complementary color
Monochromatic Colors of #B4E780
Black with #B4E780
Text Example
Text Example
White with #B4E780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E780; }
p { color: rgb(180,231,128); }
H1.HeaderClassName
{
color: #B4E780;
}
.AnyTagClassName
{
color: #B4E780;
}
</style>
background-color css
<style>
a { background-color: #B4E780; }
a { background-color: rgb(180,231,128); }
div.DivClassName
{
background-color: #B4E780;
}
.BgClassName
{
background-color: #B4E780;
}
</style>
border-color css
<style>
span { border-color: #B4E780; }
span { border-color: rgb(180,231,128); }
td.TdClassName
{
border-color: #B4E780;
}
.TagClassName
{
border-color: #B4E780;
}
</style>