Shades of Sulu #B9EC80
Tints of Sulu #B9EC80
RGB
CMYK
RGB Variations
Color information
#B9EC80 (or 0xB9EC80) is known color: Sulu. HEX triplet: B9, EC and 80. RGB value is (185,236,128). Sum of RGB (Red+Green+Blue) = 185+236+128=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9EC80 is #46137F. Grayscale: #D0D0D0. Windows color (decimal): -4592512 or 8449209. OLE color: 8449209.
HSL color Cylindrical-coordinate representation of color #B9EC80: hue angle of 88.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9EC80 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 128 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.07 |
| HSL | 88.33º | 0.74% | 0.71% | - |
| HSV(B) | 88.33º | 0.46% | 0.93% | - |
| XYZ | 53.9 | 71.86 | 31.45 | - |
| YUV | 208.44 | 82.6 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 128 | 0.22 | 0 | 0.46 | 0.07 | 88.33 | 0.74 | 0.71 |
| Hex | B9 | EC | 80 | 16 | 0 | 2E | 7 | 58 | 4A | 47 |
| Octal | 271 | 354 | 200 | 26 | 0 | 56 | 7 | 130 | 112 | 107 |
| Binary | 10111001 | 11101100 | 10000000 | 10110 | 0 | 101110 | 111 | 1011000 | 1001010 | 1000111 |
Color Harmonies of #B9EC80
Complementary color
Monochromatic Colors of #B9EC80
Black with #B9EC80
Text Example
Text Example
White with #B9EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EC80; }
p { color: rgb(185,236,128); }
H1.HeaderClassName
{
color: #B9EC80;
}
.AnyTagClassName
{
color: #B9EC80;
}
</style>
background-color css
<style>
a { background-color: #B9EC80; }
a { background-color: rgb(185,236,128); }
div.DivClassName
{
background-color: #B9EC80;
}
.BgClassName
{
background-color: #B9EC80;
}
</style>
border-color css
<style>
span { border-color: #B9EC80; }
span { border-color: rgb(185,236,128); }
td.TdClassName
{
border-color: #B9EC80;
}
.TagClassName
{
border-color: #B9EC80;
}
</style>