Shades of Sulu #D9EF85
Tints of Sulu #D9EF85
RGB
CMYK
RGB Variations
Color information
#D9EF85 (or 0xD9EF85) is known color: Sulu. HEX triplet: D9, EF and 85. RGB value is (217,239,133). Sum of RGB (Red+Green+Blue) = 217+239+133=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EF85 is #26107A. Grayscale: #DCDCDC. Windows color (decimal): -2494587 or 8777689. OLE color: 8777689.
HSL color Cylindrical-coordinate representation of color #D9EF85: hue angle of 72.45º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9EF85 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 133 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.06 |
| HSL | 72.45º | 0.77% | 0.73% | - |
| HSV(B) | 72.45º | 0.44% | 0.94% | - |
| XYZ | 63.72 | 78.18 | 33.92 | - |
| YUV | 220.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 133 | 0.09 | 0 | 0.44 | 0.06 | 72.45 | 0.77 | 0.73 |
| Hex | D9 | EF | 85 | 9 | 0 | 2C | 6 | 48 | 4D | 49 |
| Octal | 331 | 357 | 205 | 11 | 0 | 54 | 6 | 110 | 115 | 111 |
| Binary | 11011001 | 11101111 | 10000101 | 1001 | 0 | 101100 | 110 | 1001000 | 1001101 | 1001001 |
Color Harmonies of #D9EF85
Complementary color
Monochromatic Colors of #D9EF85
Black with #D9EF85
Text Example
Text Example
White with #D9EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EF85; }
p { color: rgb(217,239,133); }
H1.HeaderClassName
{
color: #D9EF85;
}
.AnyTagClassName
{
color: #D9EF85;
}
</style>
background-color css
<style>
a { background-color: #D9EF85; }
a { background-color: rgb(217,239,133); }
div.DivClassName
{
background-color: #D9EF85;
}
.BgClassName
{
background-color: #D9EF85;
}
</style>
border-color css
<style>
span { border-color: #D9EF85; }
span { border-color: rgb(217,239,133); }
td.TdClassName
{
border-color: #D9EF85;
}
.TagClassName
{
border-color: #D9EF85;
}
</style>