Shades of Sulu #B9DD72
Tints of Sulu #B9DD72
RGB
CMYK
RGB Variations
Color information
#B9DD72 (or 0xB9DD72) is known color: Sulu. HEX triplet: B9, DD and 72. RGB value is (185,221,114). Sum of RGB (Red+Green+Blue) = 185+221+114=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD72 is #46228D. Grayscale: #C6C6C6. Windows color (decimal): -4596366 or 7527865. OLE color: 7527865.
HSL color Cylindrical-coordinate representation of color #B9DD72: hue angle of 80.19º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9DD72 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 114 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.13 |
| HSL | 80.19º | 0.61% | 0.66% | - |
| HSV(B) | 80.19º | 0.48% | 0.87% | - |
| XYZ | 48.9 | 63.24 | 25.55 | - |
| YUV | 198.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 114 | 0.16 | 0 | 0.48 | 0.13 | 80.19 | 0.61 | 0.66 |
| Hex | B9 | DD | 72 | 10 | 0 | 30 | D | 50 | 3D | 42 |
| Octal | 271 | 335 | 162 | 20 | 0 | 60 | 15 | 120 | 75 | 102 |
| Binary | 10111001 | 11011101 | 1110010 | 10000 | 0 | 110000 | 1101 | 1010000 | 111101 | 1000010 |
Color Harmonies of #B9DD72
Complementary color
Monochromatic Colors of #B9DD72
Black with #B9DD72
Text Example
Text Example
White with #B9DD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD72; }
p { color: rgb(185,221,114); }
H1.HeaderClassName
{
color: #B9DD72;
}
.AnyTagClassName
{
color: #B9DD72;
}
</style>
background-color css
<style>
a { background-color: #B9DD72; }
a { background-color: rgb(185,221,114); }
div.DivClassName
{
background-color: #B9DD72;
}
.BgClassName
{
background-color: #B9DD72;
}
</style>
border-color css
<style>
span { border-color: #B9DD72; }
span { border-color: rgb(185,221,114); }
td.TdClassName
{
border-color: #B9DD72;
}
.TagClassName
{
border-color: #B9DD72;
}
</style>