Shades of Sulu #BDDD7A
Tints of Sulu #BDDD7A
RGB
CMYK
RGB Variations
Color information
#BDDD7A (or 0xBDDD7A) is known color: Sulu. HEX triplet: BD, DD and 7A. RGB value is (189,221,122). Sum of RGB (Red+Green+Blue) = 189+221+122=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD7A is #422285. Grayscale: #C8C8C8. Windows color (decimal): -4334214 or 8052157. OLE color: 8052157.
HSL color Cylindrical-coordinate representation of color #BDDD7A: hue angle of 79.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDDD7A is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 122 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.13 |
| HSL | 79.39º | 0.59% | 0.67% | - |
| HSV(B) | 79.39º | 0.45% | 0.87% | - |
| XYZ | 50.36 | 63.94 | 28.1 | - |
| YUV | 200.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 122 | 0.14 | 0 | 0.45 | 0.13 | 79.39 | 0.59 | 0.67 |
| Hex | BD | DD | 7A | E | 0 | 2D | D | 4F | 3B | 43 |
| Octal | 275 | 335 | 172 | 16 | 0 | 55 | 15 | 117 | 73 | 103 |
| Binary | 10111101 | 11011101 | 1111010 | 1110 | 0 | 101101 | 1101 | 1001111 | 111011 | 1000011 |
Color Harmonies of #BDDD7A
Complementary color
Monochromatic Colors of #BDDD7A
Black with #BDDD7A
Text Example
Text Example
White with #BDDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD7A; }
p { color: rgb(189,221,122); }
H1.HeaderClassName
{
color: #BDDD7A;
}
.AnyTagClassName
{
color: #BDDD7A;
}
</style>
background-color css
<style>
a { background-color: #BDDD7A; }
a { background-color: rgb(189,221,122); }
div.DivClassName
{
background-color: #BDDD7A;
}
.BgClassName
{
background-color: #BDDD7A;
}
</style>
border-color css
<style>
span { border-color: #BDDD7A; }
span { border-color: rgb(189,221,122); }
td.TdClassName
{
border-color: #BDDD7A;
}
.TagClassName
{
border-color: #BDDD7A;
}
</style>