Shades of Sulu #D5E98D
Tints of Sulu #D5E98D
RGB
CMYK
RGB Variations
Color information
#D5E98D (or 0xD5E98D) is known color: Sulu. HEX triplet: D5, E9 and 8D. RGB value is (213,233,141). Sum of RGB (Red+Green+Blue) = 213+233+141=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E98D is #2A1672. Grayscale: #D8D8D8. Windows color (decimal): -2758259 or 9300437. OLE color: 9300437.
HSL color Cylindrical-coordinate representation of color #D5E98D: hue angle of 73.04º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5E98D is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 141 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.09 |
| HSL | 73.04º | 0.68% | 0.73% | - |
| HSV(B) | 73.04º | 0.39% | 0.91% | - |
| XYZ | 61.39 | 74.35 | 36.31 | - |
| YUV | 216.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 141 | 0.09 | 0 | 0.39 | 0.09 | 73.04 | 0.68 | 0.73 |
| Hex | D5 | E9 | 8D | 9 | 0 | 27 | 9 | 49 | 44 | 49 |
| Octal | 325 | 351 | 215 | 11 | 0 | 47 | 11 | 111 | 104 | 111 |
| Binary | 11010101 | 11101001 | 10001101 | 1001 | 0 | 100111 | 1001 | 1001001 | 1000100 | 1001001 |
Color Harmonies of #D5E98D
Complementary color
Monochromatic Colors of #D5E98D
Black with #D5E98D
Text Example
Text Example
White with #D5E98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E98D; }
p { color: rgb(213,233,141); }
H1.HeaderClassName
{
color: #D5E98D;
}
.AnyTagClassName
{
color: #D5E98D;
}
</style>
background-color css
<style>
a { background-color: #D5E98D; }
a { background-color: rgb(213,233,141); }
div.DivClassName
{
background-color: #D5E98D;
}
.BgClassName
{
background-color: #D5E98D;
}
</style>
border-color css
<style>
span { border-color: #D5E98D; }
span { border-color: rgb(213,233,141); }
td.TdClassName
{
border-color: #D5E98D;
}
.TagClassName
{
border-color: #D5E98D;
}
</style>