Shades of Sulu #BDDD81
Tints of Sulu #BDDD81
RGB
CMYK
RGB Variations
Color information
#BDDD81 (or 0xBDDD81) is known color: Sulu. HEX triplet: BD, DD and 81. RGB value is (189,221,129). Sum of RGB (Red+Green+Blue) = 189+221+129=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD81 is #42227E. Grayscale: #C9C9C9. Windows color (decimal): -4334207 or 8510909. OLE color: 8510909.
HSL color Cylindrical-coordinate representation of color #BDDD81: hue angle of 80.87º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDDD81 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 129 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.13 |
| HSL | 80.87º | 0.58% | 0.69% | - |
| HSV(B) | 80.87º | 0.42% | 0.87% | - |
| XYZ | 50.81 | 64.12 | 30.47 | - |
| YUV | 200.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 129 | 0.14 | 0 | 0.42 | 0.13 | 80.87 | 0.58 | 0.69 |
| Hex | BD | DD | 81 | E | 0 | 2A | D | 51 | 3A | 45 |
| Octal | 275 | 335 | 201 | 16 | 0 | 52 | 15 | 121 | 72 | 105 |
| Binary | 10111101 | 11011101 | 10000001 | 1110 | 0 | 101010 | 1101 | 1010001 | 111010 | 1000101 |
Color Harmonies of #BDDD81
Complementary color
Monochromatic Colors of #BDDD81
Black with #BDDD81
Text Example
Text Example
White with #BDDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD81; }
p { color: rgb(189,221,129); }
H1.HeaderClassName
{
color: #BDDD81;
}
.AnyTagClassName
{
color: #BDDD81;
}
</style>
background-color css
<style>
a { background-color: #BDDD81; }
a { background-color: rgb(189,221,129); }
div.DivClassName
{
background-color: #BDDD81;
}
.BgClassName
{
background-color: #BDDD81;
}
</style>
border-color css
<style>
span { border-color: #BDDD81; }
span { border-color: rgb(189,221,129); }
td.TdClassName
{
border-color: #BDDD81;
}
.TagClassName
{
border-color: #BDDD81;
}
</style>