Shades of Sulu #BDDD83
Tints of Sulu #BDDD83
RGB
CMYK
RGB Variations
Color information
#BDDD83 (or 0xBDDD83) is known color: Sulu. HEX triplet: BD, DD and 83. RGB value is (189,221,131). Sum of RGB (Red+Green+Blue) = 189+221+131=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD83 is #42227C. Grayscale: #C9C9C9. Windows color (decimal): -4334205 or 8641981. OLE color: 8641981.
HSL color Cylindrical-coordinate representation of color #BDDD83: hue angle of 81.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDDD83 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 131 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.13 |
| HSL | 81.33º | 0.57% | 0.69% | - |
| HSV(B) | 81.33º | 0.41% | 0.87% | - |
| XYZ | 50.94 | 64.17 | 31.17 | - |
| YUV | 201.17 | 88.4 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 131 | 0.14 | 0 | 0.41 | 0.13 | 81.33 | 0.57 | 0.69 |
| Hex | BD | DD | 83 | E | 0 | 29 | D | 51 | 39 | 45 |
| Octal | 275 | 335 | 203 | 16 | 0 | 51 | 15 | 121 | 71 | 105 |
| Binary | 10111101 | 11011101 | 10000011 | 1110 | 0 | 101001 | 1101 | 1010001 | 111001 | 1000101 |
Color Harmonies of #BDDD83
Complementary color
Monochromatic Colors of #BDDD83
Black with #BDDD83
Text Example
Text Example
White with #BDDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD83; }
p { color: rgb(189,221,131); }
H1.HeaderClassName
{
color: #BDDD83;
}
.AnyTagClassName
{
color: #BDDD83;
}
</style>
background-color css
<style>
a { background-color: #BDDD83; }
a { background-color: rgb(189,221,131); }
div.DivClassName
{
background-color: #BDDD83;
}
.BgClassName
{
background-color: #BDDD83;
}
</style>
border-color css
<style>
span { border-color: #BDDD83; }
span { border-color: rgb(189,221,131); }
td.TdClassName
{
border-color: #BDDD83;
}
.TagClassName
{
border-color: #BDDD83;
}
</style>