Shades of Sulu #D1EC7A
Tints of Sulu #D1EC7A
RGB
CMYK
RGB Variations
Color information
#D1EC7A (or 0xD1EC7A) is known color: Sulu. HEX triplet: D1, EC and 7A. RGB value is (209,236,122). Sum of RGB (Red+Green+Blue) = 209+236+122=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EC7A is #2E1385. Grayscale: #D7D7D7. Windows color (decimal): -3019654 or 8056017. OLE color: 8056017.
HSL color Cylindrical-coordinate representation of color #D1EC7A: hue angle of 74.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1EC7A is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 122 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.07 |
| HSL | 74.21º | 0.75% | 0.7% | - |
| HSV(B) | 74.21º | 0.48% | 0.93% | - |
| XYZ | 59.8 | 74.95 | 29.73 | - |
| YUV | 214.93 | 75.55 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 122 | 0.11 | 0 | 0.48 | 0.07 | 74.21 | 0.75 | 0.7 |
| Hex | D1 | EC | 7A | B | 0 | 30 | 7 | 4A | 4B | 46 |
| Octal | 321 | 354 | 172 | 13 | 0 | 60 | 7 | 112 | 113 | 106 |
| Binary | 11010001 | 11101100 | 1111010 | 1011 | 0 | 110000 | 111 | 1001010 | 1001011 | 1000110 |
Color Harmonies of #D1EC7A
Complementary color
Monochromatic Colors of #D1EC7A
Black with #D1EC7A
Text Example
Text Example
White with #D1EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC7A; }
p { color: rgb(209,236,122); }
H1.HeaderClassName
{
color: #D1EC7A;
}
.AnyTagClassName
{
color: #D1EC7A;
}
</style>
background-color css
<style>
a { background-color: #D1EC7A; }
a { background-color: rgb(209,236,122); }
div.DivClassName
{
background-color: #D1EC7A;
}
.BgClassName
{
background-color: #D1EC7A;
}
</style>
border-color css
<style>
span { border-color: #D1EC7A; }
span { border-color: rgb(209,236,122); }
td.TdClassName
{
border-color: #D1EC7A;
}
.TagClassName
{
border-color: #D1EC7A;
}
</style>