Shades of Sulu #D6E589
Tints of Sulu #D6E589
RGB
CMYK
RGB Variations
Color information
#D6E589 (or 0xD6E589) is known color: Sulu. HEX triplet: D6, E5 and 89. RGB value is (214,229,137). Sum of RGB (Red+Green+Blue) = 214+229+137=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E589 is #291A76. Grayscale: #D6D6D6. Windows color (decimal): -2693751 or 9037270. OLE color: 9037270.
HSL color Cylindrical-coordinate representation of color #D6E589: hue angle of 69.78º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6E589 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 229 | 137 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.10 |
| HSL | 69.78º | 0.64% | 0.72% | - |
| HSV(B) | 69.78º | 0.4% | 0.9% | - |
| XYZ | 60.27 | 72.14 | 34.42 | - |
| YUV | 214.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 229 | 137 | 0.07 | 0 | 0.40 | 0.10 | 69.78 | 0.64 | 0.72 |
| Hex | D6 | E5 | 89 | 7 | 0 | 28 | A | 46 | 40 | 48 |
| Octal | 326 | 345 | 211 | 7 | 0 | 50 | 12 | 106 | 100 | 110 |
| Binary | 11010110 | 11100101 | 10001001 | 111 | 0 | 101000 | 1010 | 1000110 | 1000000 | 1001000 |
Color Harmonies of #D6E589
Complementary color
Monochromatic Colors of #D6E589
Black with #D6E589
Text Example
Text Example
White with #D6E589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E589; }
p { color: rgb(214,229,137); }
H1.HeaderClassName
{
color: #D6E589;
}
.AnyTagClassName
{
color: #D6E589;
}
</style>
background-color css
<style>
a { background-color: #D6E589; }
a { background-color: rgb(214,229,137); }
div.DivClassName
{
background-color: #D6E589;
}
.BgClassName
{
background-color: #D6E589;
}
</style>
border-color css
<style>
span { border-color: #D6E589; }
span { border-color: rgb(214,229,137); }
td.TdClassName
{
border-color: #D6E589;
}
.TagClassName
{
border-color: #D6E589;
}
</style>