Shades of Sulu #B2EC7A
Tints of Sulu #B2EC7A
RGB
CMYK
RGB Variations
Color information
#B2EC7A (or 0xB2EC7A) is known color: Sulu. HEX triplet: B2, EC and 7A. RGB value is (178,236,122). Sum of RGB (Red+Green+Blue) = 178+236+122=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC7A is #4D1385. Grayscale: #CECECE. Windows color (decimal): -5051270 or 8055986. OLE color: 8055986.
HSL color Cylindrical-coordinate representation of color #B2EC7A: hue angle of 90.53º 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 #B2EC7A is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 122 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.07 |
| HSL | 90.53º | 0.75% | 0.7% | - |
| HSV(B) | 90.53º | 0.48% | 0.93% | - |
| XYZ | 51.87 | 70.86 | 29.36 | - |
| YUV | 205.66 | 80.78 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 122 | 0.25 | 0 | 0.48 | 0.07 | 90.53 | 0.75 | 0.7 |
| Hex | B2 | EC | 7A | 19 | 0 | 30 | 7 | 5B | 4B | 46 |
| Octal | 262 | 354 | 172 | 31 | 0 | 60 | 7 | 133 | 113 | 106 |
| Binary | 10110010 | 11101100 | 1111010 | 11001 | 0 | 110000 | 111 | 1011011 | 1001011 | 1000110 |
Color Harmonies of #B2EC7A
Complementary color
Monochromatic Colors of #B2EC7A
Black with #B2EC7A
Text Example
Text Example
White with #B2EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC7A; }
p { color: rgb(178,236,122); }
H1.HeaderClassName
{
color: #B2EC7A;
}
.AnyTagClassName
{
color: #B2EC7A;
}
</style>
background-color css
<style>
a { background-color: #B2EC7A; }
a { background-color: rgb(178,236,122); }
div.DivClassName
{
background-color: #B2EC7A;
}
.BgClassName
{
background-color: #B2EC7A;
}
</style>
border-color css
<style>
span { border-color: #B2EC7A; }
span { border-color: rgb(178,236,122); }
td.TdClassName
{
border-color: #B2EC7A;
}
.TagClassName
{
border-color: #B2EC7A;
}
</style>