Shades of Sulu #D1EA7C
Tints of Sulu #D1EA7C
RGB
CMYK
RGB Variations
Color information
#D1EA7C (or 0xD1EA7C) is known color: Sulu. HEX triplet: D1, EA and 7C. RGB value is (209,234,124). Sum of RGB (Red+Green+Blue) = 209+234+124=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EA7C is #2E1583. Grayscale: #D6D6D6. Windows color (decimal): -3020164 or 8186577. OLE color: 8186577.
HSL color Cylindrical-coordinate representation of color #D1EA7C: hue angle of 73.64º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1EA7C is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 234 | 124 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.08 |
| HSL | 73.64º | 0.72% | 0.7% | - |
| HSV(B) | 73.64º | 0.47% | 0.92% | - |
| XYZ | 59.36 | 73.86 | 30.2 | - |
| YUV | 213.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 234 | 124 | 0.11 | 0 | 0.47 | 0.08 | 73.64 | 0.72 | 0.7 |
| Hex | D1 | EA | 7C | B | 0 | 2F | 8 | 4A | 48 | 46 |
| Octal | 321 | 352 | 174 | 13 | 0 | 57 | 10 | 112 | 110 | 106 |
| Binary | 11010001 | 11101010 | 1111100 | 1011 | 0 | 101111 | 1000 | 1001010 | 1001000 | 1000110 |
Color Harmonies of #D1EA7C
Complementary color
Monochromatic Colors of #D1EA7C
Black with #D1EA7C
Text Example
Text Example
White with #D1EA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EA7C; }
p { color: rgb(209,234,124); }
H1.HeaderClassName
{
color: #D1EA7C;
}
.AnyTagClassName
{
color: #D1EA7C;
}
</style>
background-color css
<style>
a { background-color: #D1EA7C; }
a { background-color: rgb(209,234,124); }
div.DivClassName
{
background-color: #D1EA7C;
}
.BgClassName
{
background-color: #D1EA7C;
}
</style>
border-color css
<style>
span { border-color: #D1EA7C; }
span { border-color: rgb(209,234,124); }
td.TdClassName
{
border-color: #D1EA7C;
}
.TagClassName
{
border-color: #D1EA7C;
}
</style>