Shades of Sulu #B2EC6C
Tints of Sulu #B2EC6C
RGB
CMYK
RGB Variations
Color information
#B2EC6C (or 0xB2EC6C) is known color: Sulu. HEX triplet: B2, EC and 6C. RGB value is (178,236,108). Sum of RGB (Red+Green+Blue) = 178+236+108=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC6C is #4D1393. Grayscale: #CCCCCC. Windows color (decimal): -5051284 or 7138482. OLE color: 7138482.
HSL color Cylindrical-coordinate representation of color #B2EC6C: hue angle of 87.19º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2EC6C is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 108 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.07 |
| HSL | 87.19º | 0.77% | 0.67% | - |
| HSV(B) | 87.19º | 0.54% | 0.93% | - |
| XYZ | 51.06 | 70.54 | 25.11 | - |
| YUV | 204.07 | 73.78 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 108 | 0.25 | 0 | 0.54 | 0.07 | 87.19 | 0.77 | 0.67 |
| Hex | B2 | EC | 6C | 19 | 0 | 36 | 7 | 57 | 4D | 43 |
| Octal | 262 | 354 | 154 | 31 | 0 | 66 | 7 | 127 | 115 | 103 |
| Binary | 10110010 | 11101100 | 1101100 | 11001 | 0 | 110110 | 111 | 1010111 | 1001101 | 1000011 |
Color Harmonies of #B2EC6C
Complementary color
Monochromatic Colors of #B2EC6C
Black with #B2EC6C
Text Example
Text Example
White with #B2EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC6C; }
p { color: rgb(178,236,108); }
H1.HeaderClassName
{
color: #B2EC6C;
}
.AnyTagClassName
{
color: #B2EC6C;
}
</style>
background-color css
<style>
a { background-color: #B2EC6C; }
a { background-color: rgb(178,236,108); }
div.DivClassName
{
background-color: #B2EC6C;
}
.BgClassName
{
background-color: #B2EC6C;
}
</style>
border-color css
<style>
span { border-color: #B2EC6C; }
span { border-color: rgb(178,236,108); }
td.TdClassName
{
border-color: #B2EC6C;
}
.TagClassName
{
border-color: #B2EC6C;
}
</style>