Shades of Sulu #BDD577
Tints of Sulu #BDD577
RGB
CMYK
RGB Variations
Color information
#BDD577 (or 0xBDD577) is known color: Sulu. HEX triplet: BD, D5 and 77. RGB value is (189,213,119). Sum of RGB (Red+Green+Blue) = 189+213+119=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD577 is #422A88. Grayscale: #C3C3C3. Windows color (decimal): -4336265 or 7853501. OLE color: 7853501.
HSL color Cylindrical-coordinate representation of color #BDD577: hue angle of 75.32º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD577 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 119 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.16 |
| HSL | 75.32º | 0.53% | 0.65% | - |
| HSV(B) | 75.32º | 0.44% | 0.84% | - |
| XYZ | 48.11 | 59.74 | 26.45 | - |
| YUV | 195.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 119 | 0.11 | 0 | 0.44 | 0.16 | 75.32 | 0.53 | 0.65 |
| Hex | BD | D5 | 77 | B | 0 | 2C | 10 | 4B | 35 | 41 |
| Octal | 275 | 325 | 167 | 13 | 0 | 54 | 20 | 113 | 65 | 101 |
| Binary | 10111101 | 11010101 | 1110111 | 1011 | 0 | 101100 | 10000 | 1001011 | 110101 | 1000001 |
Color Harmonies of #BDD577
Complementary color
Monochromatic Colors of #BDD577
Black with #BDD577
Text Example
Text Example
White with #BDD577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD577; }
p { color: rgb(189,213,119); }
H1.HeaderClassName
{
color: #BDD577;
}
.AnyTagClassName
{
color: #BDD577;
}
</style>
background-color css
<style>
a { background-color: #BDD577; }
a { background-color: rgb(189,213,119); }
div.DivClassName
{
background-color: #BDD577;
}
.BgClassName
{
background-color: #BDD577;
}
</style>
border-color css
<style>
span { border-color: #BDD577; }
span { border-color: rgb(189,213,119); }
td.TdClassName
{
border-color: #BDD577;
}
.TagClassName
{
border-color: #BDD577;
}
</style>