Shades of Sulu #B9DD80
Tints of Sulu #B9DD80
RGB
CMYK
RGB Variations
Color information
#B9DD80 (or 0xB9DD80) is known color: Sulu. HEX triplet: B9, DD and 80. RGB value is (185,221,128). Sum of RGB (Red+Green+Blue) = 185+221+128=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DD80 is #46227F. Grayscale: #C7C7C7. Windows color (decimal): -4596352 or 8445369. OLE color: 8445369.
HSL color Cylindrical-coordinate representation of color #B9DD80: hue angle of 83.23º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9DD80 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 128 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.13 |
| HSL | 83.23º | 0.58% | 0.68% | - |
| HSV(B) | 83.23º | 0.42% | 0.87% | - |
| XYZ | 49.76 | 63.59 | 30.07 | - |
| YUV | 199.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 128 | 0.16 | 0 | 0.42 | 0.13 | 83.23 | 0.58 | 0.68 |
| Hex | B9 | DD | 80 | 10 | 0 | 2A | D | 53 | 3A | 44 |
| Octal | 271 | 335 | 200 | 20 | 0 | 52 | 15 | 123 | 72 | 104 |
| Binary | 10111001 | 11011101 | 10000000 | 10000 | 0 | 101010 | 1101 | 1010011 | 111010 | 1000100 |
Color Harmonies of #B9DD80
Complementary color
Monochromatic Colors of #B9DD80
Black with #B9DD80
Text Example
Text Example
White with #B9DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD80; }
p { color: rgb(185,221,128); }
H1.HeaderClassName
{
color: #B9DD80;
}
.AnyTagClassName
{
color: #B9DD80;
}
</style>
background-color css
<style>
a { background-color: #B9DD80; }
a { background-color: rgb(185,221,128); }
div.DivClassName
{
background-color: #B9DD80;
}
.BgClassName
{
background-color: #B9DD80;
}
</style>
border-color css
<style>
span { border-color: #B9DD80; }
span { border-color: rgb(185,221,128); }
td.TdClassName
{
border-color: #B9DD80;
}
.TagClassName
{
border-color: #B9DD80;
}
</style>