Shades of Sulu #B4EC7A
Tints of Sulu #B4EC7A
RGB
CMYK
RGB Variations
Color information
#B4EC7A (or 0xB4EC7A) is known color: Sulu. HEX triplet: B4, EC and 7A. RGB value is (180,236,122). Sum of RGB (Red+Green+Blue) = 180+236+122=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EC7A is #4B1385. Grayscale: #CECECE. Windows color (decimal): -4920198 or 8055988. OLE color: 8055988.
HSL color Cylindrical-coordinate representation of color #B4EC7A: hue angle of 89.47º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4EC7A is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 122 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.07 |
| HSL | 89.47º | 0.75% | 0.7% | - |
| HSV(B) | 89.47º | 0.48% | 0.93% | - |
| XYZ | 52.33 | 71.1 | 29.38 | - |
| YUV | 206.26 | 80.45 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 122 | 0.24 | 0 | 0.48 | 0.07 | 89.47 | 0.75 | 0.7 |
| Hex | B4 | EC | 7A | 18 | 0 | 30 | 7 | 59 | 4B | 46 |
| Octal | 264 | 354 | 172 | 30 | 0 | 60 | 7 | 131 | 113 | 106 |
| Binary | 10110100 | 11101100 | 1111010 | 11000 | 0 | 110000 | 111 | 1011001 | 1001011 | 1000110 |
Color Harmonies of #B4EC7A
Complementary color
Monochromatic Colors of #B4EC7A
Black with #B4EC7A
Text Example
Text Example
White with #B4EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EC7A; }
p { color: rgb(180,236,122); }
H1.HeaderClassName
{
color: #B4EC7A;
}
.AnyTagClassName
{
color: #B4EC7A;
}
</style>
background-color css
<style>
a { background-color: #B4EC7A; }
a { background-color: rgb(180,236,122); }
div.DivClassName
{
background-color: #B4EC7A;
}
.BgClassName
{
background-color: #B4EC7A;
}
</style>
border-color css
<style>
span { border-color: #B4EC7A; }
span { border-color: rgb(180,236,122); }
td.TdClassName
{
border-color: #B4EC7A;
}
.TagClassName
{
border-color: #B4EC7A;
}
</style>