Shades of Sulu #BDDD71
Tints of Sulu #BDDD71
RGB
CMYK
RGB Variations
Color information
#BDDD71 (or 0xBDDD71) is known color: Sulu. HEX triplet: BD, DD and 71. RGB value is (189,221,113). Sum of RGB (Red+Green+Blue) = 189+221+113=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD71 is #42228E. Grayscale: #C7C7C7. Windows color (decimal): -4334223 or 7462333. OLE color: 7462333.
HSL color Cylindrical-coordinate representation of color #BDDD71: hue angle of 77.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDDD71 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 113 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.13 |
| HSL | 77.78º | 0.61% | 0.65% | - |
| HSV(B) | 77.78º | 0.49% | 0.87% | - |
| XYZ | 49.82 | 63.72 | 25.3 | - |
| YUV | 199.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 113 | 0.14 | 0 | 0.49 | 0.13 | 77.78 | 0.61 | 0.65 |
| Hex | BD | DD | 71 | E | 0 | 31 | D | 4E | 3D | 41 |
| Octal | 275 | 335 | 161 | 16 | 0 | 61 | 15 | 116 | 75 | 101 |
| Binary | 10111101 | 11011101 | 1110001 | 1110 | 0 | 110001 | 1101 | 1001110 | 111101 | 1000001 |
Color Harmonies of #BDDD71
Complementary color
Monochromatic Colors of #BDDD71
Black with #BDDD71
Text Example
Text Example
White with #BDDD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD71; }
p { color: rgb(189,221,113); }
H1.HeaderClassName
{
color: #BDDD71;
}
.AnyTagClassName
{
color: #BDDD71;
}
</style>
background-color css
<style>
a { background-color: #BDDD71; }
a { background-color: rgb(189,221,113); }
div.DivClassName
{
background-color: #BDDD71;
}
.BgClassName
{
background-color: #BDDD71;
}
</style>
border-color css
<style>
span { border-color: #BDDD71; }
span { border-color: rgb(189,221,113); }
td.TdClassName
{
border-color: #BDDD71;
}
.TagClassName
{
border-color: #BDDD71;
}
</style>