Shades of Sulu #B9ED80
Tints of Sulu #B9ED80
RGB
CMYK
RGB Variations
Color information
#B9ED80 (or 0xB9ED80) is known color: Sulu. HEX triplet: B9, ED and 80. RGB value is (185,237,128). Sum of RGB (Red+Green+Blue) = 185+237+128=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #B9ED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9ED80 is #46127F. Grayscale: #D1D1D1. Windows color (decimal): -4592256 or 8449465. OLE color: 8449465.
HSL color Cylindrical-coordinate representation of color #B9ED80: hue angle of 88.62º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9ED80 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 237 | 128 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.07 |
| HSL | 88.62º | 0.75% | 0.72% | - |
| HSV(B) | 88.62º | 0.46% | 0.93% | - |
| XYZ | 54.19 | 72.44 | 31.55 | - |
| YUV | 209.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 237 | 128 | 0.22 | 0 | 0.46 | 0.07 | 88.62 | 0.75 | 0.72 |
| Hex | B9 | ED | 80 | 16 | 0 | 2E | 7 | 59 | 4B | 48 |
| Octal | 271 | 355 | 200 | 26 | 0 | 56 | 7 | 131 | 113 | 110 |
| Binary | 10111001 | 11101101 | 10000000 | 10110 | 0 | 101110 | 111 | 1011001 | 1001011 | 1001000 |
Color Harmonies of #B9ED80
Complementary color
Monochromatic Colors of #B9ED80
Black with #B9ED80
Text Example
Text Example
White with #B9ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ED80; }
p { color: rgb(185,237,128); }
H1.HeaderClassName
{
color: #B9ED80;
}
.AnyTagClassName
{
color: #B9ED80;
}
</style>
background-color css
<style>
a { background-color: #B9ED80; }
a { background-color: rgb(185,237,128); }
div.DivClassName
{
background-color: #B9ED80;
}
.BgClassName
{
background-color: #B9ED80;
}
</style>
border-color css
<style>
span { border-color: #B9ED80; }
span { border-color: rgb(185,237,128); }
td.TdClassName
{
border-color: #B9ED80;
}
.TagClassName
{
border-color: #B9ED80;
}
</style>