Shades of Sulu #D1E385
Tints of Sulu #D1E385
RGB
CMYK
RGB Variations
Color information
#D1E385 (or 0xD1E385) is known color: Sulu. HEX triplet: D1, E3 and 85. RGB value is (209,227,133). Sum of RGB (Red+Green+Blue) = 209+227+133=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E385 is #2E1C7A. Grayscale: #D3D3D3. Windows color (decimal): -3021947 or 8774609. OLE color: 8774609.
HSL color Cylindrical-coordinate representation of color #D1E385: hue angle of 71.49º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1E385 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 133 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.11 |
| HSL | 71.49º | 0.63% | 0.71% | - |
| HSV(B) | 71.49º | 0.41% | 0.89% | - |
| XYZ | 58 | 70.19 | 32.68 | - |
| YUV | 210.9 | 84.04 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 133 | 0.08 | 0 | 0.41 | 0.11 | 71.49 | 0.63 | 0.71 |
| Hex | D1 | E3 | 85 | 8 | 0 | 29 | B | 47 | 3F | 47 |
| Octal | 321 | 343 | 205 | 10 | 0 | 51 | 13 | 107 | 77 | 107 |
| Binary | 11010001 | 11100011 | 10000101 | 1000 | 0 | 101001 | 1011 | 1000111 | 111111 | 1000111 |
Color Harmonies of #D1E385
Complementary color
Monochromatic Colors of #D1E385
Black with #D1E385
Text Example
Text Example
White with #D1E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E385; }
p { color: rgb(209,227,133); }
H1.HeaderClassName
{
color: #D1E385;
}
.AnyTagClassName
{
color: #D1E385;
}
</style>
background-color css
<style>
a { background-color: #D1E385; }
a { background-color: rgb(209,227,133); }
div.DivClassName
{
background-color: #D1E385;
}
.BgClassName
{
background-color: #D1E385;
}
</style>
border-color css
<style>
span { border-color: #D1E385; }
span { border-color: rgb(209,227,133); }
td.TdClassName
{
border-color: #D1E385;
}
.TagClassName
{
border-color: #D1E385;
}
</style>