Shades of Sulu #BDD579
Tints of Sulu #BDD579
RGB
CMYK
RGB Variations
Color information
#BDD579 (or 0xBDD579) is known color: Sulu. HEX triplet: BD, D5 and 79. RGB value is (189,213,121). Sum of RGB (Red+Green+Blue) = 189+213+121=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD579 is #422A86. Grayscale: #C3C3C3. Windows color (decimal): -4336263 or 7984573. OLE color: 7984573.
HSL color Cylindrical-coordinate representation of color #BDD579: hue angle of 75.65º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDD579 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 121 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.16 |
| HSL | 75.65º | 0.52% | 0.65% | - |
| HSV(B) | 75.65º | 0.43% | 0.84% | - |
| XYZ | 48.23 | 59.79 | 27.09 | - |
| YUV | 195.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 121 | 0.11 | 0 | 0.43 | 0.16 | 75.65 | 0.52 | 0.65 |
| Hex | BD | D5 | 79 | B | 0 | 2B | 10 | 4C | 34 | 41 |
| Octal | 275 | 325 | 171 | 13 | 0 | 53 | 20 | 114 | 64 | 101 |
| Binary | 10111101 | 11010101 | 1111001 | 1011 | 0 | 101011 | 10000 | 1001100 | 110100 | 1000001 |
Color Harmonies of #BDD579
Complementary color
Monochromatic Colors of #BDD579
Black with #BDD579
Text Example
Text Example
White with #BDD579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD579; }
p { color: rgb(189,213,121); }
H1.HeaderClassName
{
color: #BDD579;
}
.AnyTagClassName
{
color: #BDD579;
}
</style>
background-color css
<style>
a { background-color: #BDD579; }
a { background-color: rgb(189,213,121); }
div.DivClassName
{
background-color: #BDD579;
}
.BgClassName
{
background-color: #BDD579;
}
</style>
border-color css
<style>
span { border-color: #BDD579; }
span { border-color: rgb(189,213,121); }
td.TdClassName
{
border-color: #BDD579;
}
.TagClassName
{
border-color: #BDD579;
}
</style>