Shades of Sulu #BDD87E
Tints of Sulu #BDD87E
RGB
CMYK
RGB Variations
Color information
#BDD87E (or 0xBDD87E) is known color: Sulu. HEX triplet: BD, D8 and 7E. RGB value is (189,216,126). Sum of RGB (Red+Green+Blue) = 189+216+126=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD87E is #422781. Grayscale: #C6C6C6. Windows color (decimal): -4335490 or 8313021. OLE color: 8313021.
HSL color Cylindrical-coordinate representation of color #BDD87E: hue angle of 78º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDD87E is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 126 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.15 |
| HSL | 78º | 0.54% | 0.67% | - |
| HSV(B) | 78º | 0.42% | 0.85% | - |
| XYZ | 49.31 | 61.44 | 29 | - |
| YUV | 197.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 126 | 0.12 | 0 | 0.42 | 0.15 | 78 | 0.54 | 0.67 |
| Hex | BD | D8 | 7E | C | 0 | 2A | F | 4E | 36 | 43 |
| Octal | 275 | 330 | 176 | 14 | 0 | 52 | 17 | 116 | 66 | 103 |
| Binary | 10111101 | 11011000 | 1111110 | 1100 | 0 | 101010 | 1111 | 1001110 | 110110 | 1000011 |
Color Harmonies of #BDD87E
Complementary color
Monochromatic Colors of #BDD87E
Black with #BDD87E
Text Example
Text Example
White with #BDD87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD87E; }
p { color: rgb(189,216,126); }
H1.HeaderClassName
{
color: #BDD87E;
}
.AnyTagClassName
{
color: #BDD87E;
}
</style>
background-color css
<style>
a { background-color: #BDD87E; }
a { background-color: rgb(189,216,126); }
div.DivClassName
{
background-color: #BDD87E;
}
.BgClassName
{
background-color: #BDD87E;
}
</style>
border-color css
<style>
span { border-color: #BDD87E; }
span { border-color: rgb(189,216,126); }
td.TdClassName
{
border-color: #BDD87E;
}
.TagClassName
{
border-color: #BDD87E;
}
</style>