Shades of Sulu #BDDD7D
Tints of Sulu #BDDD7D
RGB
CMYK
RGB Variations
Color information
#BDDD7D (or 0xBDDD7D) is known color: Sulu. HEX triplet: BD, DD and 7D. RGB value is (189,221,125). Sum of RGB (Red+Green+Blue) = 189+221+125=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD7D is #422282. Grayscale: #C8C8C8. Windows color (decimal): -4334211 or 8248765. OLE color: 8248765.
HSL color Cylindrical-coordinate representation of color #BDDD7D: hue angle of 80º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDDD7D is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 125 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.13 |
| HSL | 80º | 0.59% | 0.68% | - |
| HSV(B) | 80º | 0.43% | 0.87% | - |
| XYZ | 50.54 | 64.01 | 29.09 | - |
| YUV | 200.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 125 | 0.14 | 0 | 0.43 | 0.13 | 80 | 0.59 | 0.68 |
| Hex | BD | DD | 7D | E | 0 | 2B | D | 50 | 3B | 44 |
| Octal | 275 | 335 | 175 | 16 | 0 | 53 | 15 | 120 | 73 | 104 |
| Binary | 10111101 | 11011101 | 1111101 | 1110 | 0 | 101011 | 1101 | 1010000 | 111011 | 1000100 |
Color Harmonies of #BDDD7D
Complementary color
Monochromatic Colors of #BDDD7D
Black with #BDDD7D
Text Example
Text Example
White with #BDDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD7D; }
p { color: rgb(189,221,125); }
H1.HeaderClassName
{
color: #BDDD7D;
}
.AnyTagClassName
{
color: #BDDD7D;
}
</style>
background-color css
<style>
a { background-color: #BDDD7D; }
a { background-color: rgb(189,221,125); }
div.DivClassName
{
background-color: #BDDD7D;
}
.BgClassName
{
background-color: #BDDD7D;
}
</style>
border-color css
<style>
span { border-color: #BDDD7D; }
span { border-color: rgb(189,221,125); }
td.TdClassName
{
border-color: #BDDD7D;
}
.TagClassName
{
border-color: #BDDD7D;
}
</style>