Shades of Sulu #BDD87F
Tints of Sulu #BDD87F
RGB
CMYK
RGB Variations
Color information
#BDD87F (or 0xBDD87F) is known color: Sulu. HEX triplet: BD, D8 and 7F. RGB value is (189,216,127). Sum of RGB (Red+Green+Blue) = 189+216+127=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD87F is #422780. Grayscale: #C6C6C6. Windows color (decimal): -4335489 or 8378557. OLE color: 8378557.
HSL color Cylindrical-coordinate representation of color #BDD87F: hue angle of 78.2º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDD87F is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 127 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.15 |
| HSL | 78.2º | 0.53% | 0.67% | - |
| HSV(B) | 78.2º | 0.41% | 0.85% | - |
| XYZ | 49.37 | 61.46 | 29.34 | - |
| YUV | 197.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 127 | 0.12 | 0 | 0.41 | 0.15 | 78.2 | 0.53 | 0.67 |
| Hex | BD | D8 | 7F | C | 0 | 29 | F | 4E | 35 | 43 |
| Octal | 275 | 330 | 177 | 14 | 0 | 51 | 17 | 116 | 65 | 103 |
| Binary | 10111101 | 11011000 | 1111111 | 1100 | 0 | 101001 | 1111 | 1001110 | 110101 | 1000011 |
Color Harmonies of #BDD87F
Complementary color
Monochromatic Colors of #BDD87F
Black with #BDD87F
Text Example
Text Example
White with #BDD87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD87F; }
p { color: rgb(189,216,127); }
H1.HeaderClassName
{
color: #BDD87F;
}
.AnyTagClassName
{
color: #BDD87F;
}
</style>
background-color css
<style>
a { background-color: #BDD87F; }
a { background-color: rgb(189,216,127); }
div.DivClassName
{
background-color: #BDD87F;
}
.BgClassName
{
background-color: #BDD87F;
}
</style>
border-color css
<style>
span { border-color: #BDD87F; }
span { border-color: rgb(189,216,127); }
td.TdClassName
{
border-color: #BDD87F;
}
.TagClassName
{
border-color: #BDD87F;
}
</style>