Shades of Sulu #D1E885
Tints of Sulu #D1E885
RGB
CMYK
RGB Variations
Color information
#D1E885 (or 0xD1E885) is known color: Sulu. HEX triplet: D1, E8 and 85. RGB value is (209,232,133). Sum of RGB (Red+Green+Blue) = 209+232+133=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E885 is #2E177A. Grayscale: #D6D6D6. Windows color (decimal): -3020667 or 8775889. OLE color: 8775889.
HSL color Cylindrical-coordinate representation of color #D1E885: hue angle of 73.94º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1E885 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 232 | 133 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.09 |
| HSL | 73.94º | 0.68% | 0.72% | - |
| HSV(B) | 73.94º | 0.43% | 0.91% | - |
| XYZ | 59.38 | 72.96 | 33.14 | - |
| YUV | 213.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 133 | 0.10 | 0 | 0.43 | 0.09 | 73.94 | 0.68 | 0.72 |
| Hex | D1 | E8 | 85 | A | 0 | 2B | 9 | 4A | 44 | 48 |
| Octal | 321 | 350 | 205 | 12 | 0 | 53 | 11 | 112 | 104 | 110 |
| Binary | 11010001 | 11101000 | 10000101 | 1010 | 0 | 101011 | 1001 | 1001010 | 1000100 | 1001000 |
Color Harmonies of #D1E885
Complementary color
Monochromatic Colors of #D1E885
Black with #D1E885
Text Example
Text Example
White with #D1E885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E885; }
p { color: rgb(209,232,133); }
H1.HeaderClassName
{
color: #D1E885;
}
.AnyTagClassName
{
color: #D1E885;
}
</style>
background-color css
<style>
a { background-color: #D1E885; }
a { background-color: rgb(209,232,133); }
div.DivClassName
{
background-color: #D1E885;
}
.BgClassName
{
background-color: #D1E885;
}
</style>
border-color css
<style>
span { border-color: #D1E885; }
span { border-color: rgb(209,232,133); }
td.TdClassName
{
border-color: #D1E885;
}
.TagClassName
{
border-color: #D1E885;
}
</style>