Shades of Sulu #B9DD7C
Tints of Sulu #B9DD7C
RGB
CMYK
RGB Variations
Color information
#B9DD7C (or 0xB9DD7C) is known color: Sulu. HEX triplet: B9, DD and 7C. RGB value is (185,221,124). Sum of RGB (Red+Green+Blue) = 185+221+124=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD7C is #462283. Grayscale: #C7C7C7. Windows color (decimal): -4596356 or 8183225. OLE color: 8183225.
HSL color Cylindrical-coordinate representation of color #B9DD7C: hue angle of 82.27º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9DD7C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 124 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.13 |
| HSL | 82.27º | 0.59% | 0.68% | - |
| HSV(B) | 82.27º | 0.44% | 0.87% | - |
| XYZ | 49.5 | 63.48 | 28.71 | - |
| YUV | 199.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 124 | 0.16 | 0 | 0.44 | 0.13 | 82.27 | 0.59 | 0.68 |
| Hex | B9 | DD | 7C | 10 | 0 | 2C | D | 52 | 3B | 44 |
| Octal | 271 | 335 | 174 | 20 | 0 | 54 | 15 | 122 | 73 | 104 |
| Binary | 10111001 | 11011101 | 1111100 | 10000 | 0 | 101100 | 1101 | 1010010 | 111011 | 1000100 |
Color Harmonies of #B9DD7C
Complementary color
Monochromatic Colors of #B9DD7C
Black with #B9DD7C
Text Example
Text Example
White with #B9DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD7C; }
p { color: rgb(185,221,124); }
H1.HeaderClassName
{
color: #B9DD7C;
}
.AnyTagClassName
{
color: #B9DD7C;
}
</style>
background-color css
<style>
a { background-color: #B9DD7C; }
a { background-color: rgb(185,221,124); }
div.DivClassName
{
background-color: #B9DD7C;
}
.BgClassName
{
background-color: #B9DD7C;
}
</style>
border-color css
<style>
span { border-color: #B9DD7C; }
span { border-color: rgb(185,221,124); }
td.TdClassName
{
border-color: #B9DD7C;
}
.TagClassName
{
border-color: #B9DD7C;
}
</style>