Shades of Sulu #D1ED7E
Tints of Sulu #D1ED7E
RGB
CMYK
RGB Variations
Color information
#D1ED7E (or 0xD1ED7E) is known color: Sulu. HEX triplet: D1, ED and 7E. RGB value is (209,237,126). Sum of RGB (Red+Green+Blue) = 209+237+126=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1ED7E is #2E1281. Grayscale: #D8D8D8. Windows color (decimal): -3019394 or 8318417. OLE color: 8318417.
HSL color Cylindrical-coordinate representation of color #D1ED7E: hue angle of 75.14º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1ED7E is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 126 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.07 |
| HSL | 75.14º | 0.76% | 0.71% | - |
| HSV(B) | 75.14º | 0.47% | 0.93% | - |
| XYZ | 60.34 | 75.63 | 31.16 | - |
| YUV | 215.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 126 | 0.12 | 0 | 0.47 | 0.07 | 75.14 | 0.76 | 0.71 |
| Hex | D1 | ED | 7E | C | 0 | 2F | 7 | 4B | 4C | 47 |
| Octal | 321 | 355 | 176 | 14 | 0 | 57 | 7 | 113 | 114 | 107 |
| Binary | 11010001 | 11101101 | 1111110 | 1100 | 0 | 101111 | 111 | 1001011 | 1001100 | 1000111 |
Color Harmonies of #D1ED7E
Complementary color
Monochromatic Colors of #D1ED7E
Black with #D1ED7E
Text Example
Text Example
White with #D1ED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED7E; }
p { color: rgb(209,237,126); }
H1.HeaderClassName
{
color: #D1ED7E;
}
.AnyTagClassName
{
color: #D1ED7E;
}
</style>
background-color css
<style>
a { background-color: #D1ED7E; }
a { background-color: rgb(209,237,126); }
div.DivClassName
{
background-color: #D1ED7E;
}
.BgClassName
{
background-color: #D1ED7E;
}
</style>
border-color css
<style>
span { border-color: #D1ED7E; }
span { border-color: rgb(209,237,126); }
td.TdClassName
{
border-color: #D1ED7E;
}
.TagClassName
{
border-color: #D1ED7E;
}
</style>