Shades of Sulu #D1E57E
Tints of Sulu #D1E57E
RGB
CMYK
RGB Variations
Color information
#D1E57E (or 0xD1E57E) is known color: Sulu. HEX triplet: D1, E5 and 7E. RGB value is (209,229,126). Sum of RGB (Red+Green+Blue) = 209+229+126=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E57E is #2E1A81. Grayscale: #D3D3D3. Windows color (decimal): -3021442 or 8316369. OLE color: 8316369.
HSL color Cylindrical-coordinate representation of color #D1E57E: hue angle of 71.65º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1E57E is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 126 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.10 |
| HSL | 71.65º | 0.66% | 0.7% | - |
| HSV(B) | 71.65º | 0.45% | 0.9% | - |
| XYZ | 58.08 | 71.1 | 30.4 | - |
| YUV | 211.28 | 79.87 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 126 | 0.09 | 0 | 0.45 | 0.10 | 71.65 | 0.66 | 0.7 |
| Hex | D1 | E5 | 7E | 9 | 0 | 2D | A | 48 | 42 | 46 |
| Octal | 321 | 345 | 176 | 11 | 0 | 55 | 12 | 110 | 102 | 106 |
| Binary | 11010001 | 11100101 | 1111110 | 1001 | 0 | 101101 | 1010 | 1001000 | 1000010 | 1000110 |
Color Harmonies of #D1E57E
Complementary color
Monochromatic Colors of #D1E57E
Black with #D1E57E
Text Example
Text Example
White with #D1E57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E57E; }
p { color: rgb(209,229,126); }
H1.HeaderClassName
{
color: #D1E57E;
}
.AnyTagClassName
{
color: #D1E57E;
}
</style>
background-color css
<style>
a { background-color: #D1E57E; }
a { background-color: rgb(209,229,126); }
div.DivClassName
{
background-color: #D1E57E;
}
.BgClassName
{
background-color: #D1E57E;
}
</style>
border-color css
<style>
span { border-color: #D1E57E; }
span { border-color: rgb(209,229,126); }
td.TdClassName
{
border-color: #D1E57E;
}
.TagClassName
{
border-color: #D1E57E;
}
</style>