Shades of Sulu #BDDD7C
Tints of Sulu #BDDD7C
RGB
CMYK
RGB Variations
Color information
#BDDD7C (or 0xBDDD7C) is known color: Sulu. HEX triplet: BD, DD and 7C. RGB value is (189,221,124). Sum of RGB (Red+Green+Blue) = 189+221+124=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD7C is #422283. Grayscale: #C8C8C8. Windows color (decimal): -4334212 or 8183229. OLE color: 8183229.
HSL color Cylindrical-coordinate representation of color #BDDD7C: hue angle of 79.79º 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 #BDDD7C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 124 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.13 |
| HSL | 79.79º | 0.59% | 0.68% | - |
| HSV(B) | 79.79º | 0.44% | 0.87% | - |
| XYZ | 50.48 | 63.99 | 28.76 | - |
| YUV | 200.37 | 84.9 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 124 | 0.14 | 0 | 0.44 | 0.13 | 79.79 | 0.59 | 0.68 |
| Hex | BD | DD | 7C | E | 0 | 2C | D | 50 | 3B | 44 |
| Octal | 275 | 335 | 174 | 16 | 0 | 54 | 15 | 120 | 73 | 104 |
| Binary | 10111101 | 11011101 | 1111100 | 1110 | 0 | 101100 | 1101 | 1010000 | 111011 | 1000100 |
Color Harmonies of #BDDD7C
Complementary color
Monochromatic Colors of #BDDD7C
Black with #BDDD7C
Text Example
Text Example
White with #BDDD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD7C; }
p { color: rgb(189,221,124); }
H1.HeaderClassName
{
color: #BDDD7C;
}
.AnyTagClassName
{
color: #BDDD7C;
}
</style>
background-color css
<style>
a { background-color: #BDDD7C; }
a { background-color: rgb(189,221,124); }
div.DivClassName
{
background-color: #BDDD7C;
}
.BgClassName
{
background-color: #BDDD7C;
}
</style>
border-color css
<style>
span { border-color: #BDDD7C; }
span { border-color: rgb(189,221,124); }
td.TdClassName
{
border-color: #BDDD7C;
}
.TagClassName
{
border-color: #BDDD7C;
}
</style>