Shades of Sulu #D1E28E
Tints of Sulu #D1E28E
RGB
CMYK
RGB Variations
Color information
#D1E28E (or 0xD1E28E) is known color: Sulu. HEX triplet: D1, E2 and 8E. RGB value is (209,226,142). Sum of RGB (Red+Green+Blue) = 209+226+142=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E28E is #2E1D71. Grayscale: #D3D3D3. Windows color (decimal): -3022194 or 9364177. OLE color: 9364177.
HSL color Cylindrical-coordinate representation of color #D1E28E: hue angle of 72.14º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1E28E is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 142 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.11 |
| HSL | 72.14º | 0.59% | 0.72% | - |
| HSV(B) | 72.14º | 0.37% | 0.89% | - |
| XYZ | 58.37 | 69.9 | 36.01 | - |
| YUV | 211.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 142 | 0.08 | 0 | 0.37 | 0.11 | 72.14 | 0.59 | 0.72 |
| Hex | D1 | E2 | 8E | 8 | 0 | 25 | B | 48 | 3B | 48 |
| Octal | 321 | 342 | 216 | 10 | 0 | 45 | 13 | 110 | 73 | 110 |
| Binary | 11010001 | 11100010 | 10001110 | 1000 | 0 | 100101 | 1011 | 1001000 | 111011 | 1001000 |
Color Harmonies of #D1E28E
Complementary color
Monochromatic Colors of #D1E28E
Black with #D1E28E
Text Example
Text Example
White with #D1E28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E28E; }
p { color: rgb(209,226,142); }
H1.HeaderClassName
{
color: #D1E28E;
}
.AnyTagClassName
{
color: #D1E28E;
}
</style>
background-color css
<style>
a { background-color: #D1E28E; }
a { background-color: rgb(209,226,142); }
div.DivClassName
{
background-color: #D1E28E;
}
.BgClassName
{
background-color: #D1E28E;
}
</style>
border-color css
<style>
span { border-color: #D1E28E; }
span { border-color: rgb(209,226,142); }
td.TdClassName
{
border-color: #D1E28E;
}
.TagClassName
{
border-color: #D1E28E;
}
</style>