Shades of Sulu #D1EE7A
Tints of Sulu #D1EE7A
RGB
CMYK
RGB Variations
Color information
#D1EE7A (or 0xD1EE7A) is known color: Sulu. HEX triplet: D1, EE and 7A. RGB value is (209,238,122). Sum of RGB (Red+Green+Blue) = 209+238+122=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EE7A is #2E1185. Grayscale: #D8D8D8. Windows color (decimal): -3019142 or 8056529. OLE color: 8056529.
HSL color Cylindrical-coordinate representation of color #D1EE7A: hue angle of 75º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1EE7A is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 238 | 122 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.07 |
| HSL | 75º | 0.77% | 0.71% | - |
| HSV(B) | 75º | 0.49% | 0.93% | - |
| XYZ | 60.38 | 76.11 | 29.92 | - |
| YUV | 216.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 238 | 122 | 0.12 | 0 | 0.49 | 0.07 | 75 | 0.77 | 0.71 |
| Hex | D1 | EE | 7A | C | 0 | 31 | 7 | 4B | 4D | 47 |
| Octal | 321 | 356 | 172 | 14 | 0 | 61 | 7 | 113 | 115 | 107 |
| Binary | 11010001 | 11101110 | 1111010 | 1100 | 0 | 110001 | 111 | 1001011 | 1001101 | 1000111 |
Color Harmonies of #D1EE7A
Complementary color
Monochromatic Colors of #D1EE7A
Black with #D1EE7A
Text Example
Text Example
White with #D1EE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EE7A; }
p { color: rgb(209,238,122); }
H1.HeaderClassName
{
color: #D1EE7A;
}
.AnyTagClassName
{
color: #D1EE7A;
}
</style>
background-color css
<style>
a { background-color: #D1EE7A; }
a { background-color: rgb(209,238,122); }
div.DivClassName
{
background-color: #D1EE7A;
}
.BgClassName
{
background-color: #D1EE7A;
}
</style>
border-color css
<style>
span { border-color: #D1EE7A; }
span { border-color: rgb(209,238,122); }
td.TdClassName
{
border-color: #D1EE7A;
}
.TagClassName
{
border-color: #D1EE7A;
}
</style>