Shades of Sulu #BDDD76
Tints of Sulu #BDDD76
RGB
CMYK
RGB Variations
Color information
#BDDD76 (or 0xBDDD76) is known color: Sulu. HEX triplet: BD, DD and 76. RGB value is (189,221,118). Sum of RGB (Red+Green+Blue) = 189+221+118=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD76 is #422289. Grayscale: #C8C8C8. Windows color (decimal): -4334218 or 7790013. OLE color: 7790013.
HSL color Cylindrical-coordinate representation of color #BDDD76: hue angle of 78.64º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDDD76 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 118 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.13 |
| HSL | 78.64º | 0.6% | 0.66% | - |
| HSV(B) | 78.64º | 0.47% | 0.87% | - |
| XYZ | 50.11 | 63.84 | 26.82 | - |
| YUV | 199.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 118 | 0.14 | 0 | 0.47 | 0.13 | 78.64 | 0.6 | 0.66 |
| Hex | BD | DD | 76 | E | 0 | 2F | D | 4F | 3C | 42 |
| Octal | 275 | 335 | 166 | 16 | 0 | 57 | 15 | 117 | 74 | 102 |
| Binary | 10111101 | 11011101 | 1110110 | 1110 | 0 | 101111 | 1101 | 1001111 | 111100 | 1000010 |
Color Harmonies of #BDDD76
Complementary color
Monochromatic Colors of #BDDD76
Black with #BDDD76
Text Example
Text Example
White with #BDDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD76; }
p { color: rgb(189,221,118); }
H1.HeaderClassName
{
color: #BDDD76;
}
.AnyTagClassName
{
color: #BDDD76;
}
</style>
background-color css
<style>
a { background-color: #BDDD76; }
a { background-color: rgb(189,221,118); }
div.DivClassName
{
background-color: #BDDD76;
}
.BgClassName
{
background-color: #BDDD76;
}
</style>
border-color css
<style>
span { border-color: #BDDD76; }
span { border-color: rgb(189,221,118); }
td.TdClassName
{
border-color: #BDDD76;
}
.TagClassName
{
border-color: #BDDD76;
}
</style>