Shades of Sulu #D9F885
Tints of Sulu #D9F885
RGB
CMYK
RGB Variations
Color information
#D9F885 (or 0xD9F885) is known color: Sulu. HEX triplet: D9, F8 and 85. RGB value is (217,248,133). Sum of RGB (Red+Green+Blue) = 217+248+133=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F885 is #26077A. Grayscale: #E2E2E2. Windows color (decimal): -2492283 or 8779993. OLE color: 8779993.
HSL color Cylindrical-coordinate representation of color #D9F885: hue angle of 76.17º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9F885 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 248 | 133 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.03 |
| HSL | 76.17º | 0.89% | 0.75% | - |
| HSV(B) | 76.17º | 0.46% | 0.97% | - |
| XYZ | 66.42 | 83.58 | 34.82 | - |
| YUV | 225.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 248 | 133 | 0.12 | 0 | 0.46 | 0.03 | 76.17 | 0.89 | 0.75 |
| Hex | D9 | F8 | 85 | C | 0 | 2E | 3 | 4C | 59 | 4B |
| Octal | 331 | 370 | 205 | 14 | 0 | 56 | 3 | 114 | 131 | 113 |
| Binary | 11011001 | 11111000 | 10000101 | 1100 | 0 | 101110 | 11 | 1001100 | 1011001 | 1001011 |
Color Harmonies of #D9F885
Complementary color
Monochromatic Colors of #D9F885
Black with #D9F885
Text Example
Text Example
White with #D9F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F885; }
p { color: rgb(217,248,133); }
H1.HeaderClassName
{
color: #D9F885;
}
.AnyTagClassName
{
color: #D9F885;
}
</style>
background-color css
<style>
a { background-color: #D9F885; }
a { background-color: rgb(217,248,133); }
div.DivClassName
{
background-color: #D9F885;
}
.BgClassName
{
background-color: #D9F885;
}
</style>
border-color css
<style>
span { border-color: #D9F885; }
span { border-color: rgb(217,248,133); }
td.TdClassName
{
border-color: #D9F885;
}
.TagClassName
{
border-color: #D9F885;
}
</style>