Shades of Sulu #D1EB7A
Tints of Sulu #D1EB7A
RGB
CMYK
RGB Variations
Color information
#D1EB7A (or 0xD1EB7A) is known color: Sulu. HEX triplet: D1, EB and 7A. RGB value is (209,235,122). Sum of RGB (Red+Green+Blue) = 209+235+122=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EB7A is #2E1485. Grayscale: #D6D6D6. Windows color (decimal): -3019910 or 8055761. OLE color: 8055761.
HSL color Cylindrical-coordinate representation of color #D1EB7A: hue angle of 73.81º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1EB7A is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 122 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.08 |
| HSL | 73.81º | 0.74% | 0.7% | - |
| HSV(B) | 73.81º | 0.48% | 0.92% | - |
| XYZ | 59.52 | 74.38 | 29.63 | - |
| YUV | 214.34 | 75.89 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 122 | 0.11 | 0 | 0.48 | 0.08 | 73.81 | 0.74 | 0.7 |
| Hex | D1 | EB | 7A | B | 0 | 30 | 8 | 4A | 4A | 46 |
| Octal | 321 | 353 | 172 | 13 | 0 | 60 | 10 | 112 | 112 | 106 |
| Binary | 11010001 | 11101011 | 1111010 | 1011 | 0 | 110000 | 1000 | 1001010 | 1001010 | 1000110 |
Color Harmonies of #D1EB7A
Complementary color
Monochromatic Colors of #D1EB7A
Black with #D1EB7A
Text Example
Text Example
White with #D1EB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB7A; }
p { color: rgb(209,235,122); }
H1.HeaderClassName
{
color: #D1EB7A;
}
.AnyTagClassName
{
color: #D1EB7A;
}
</style>
background-color css
<style>
a { background-color: #D1EB7A; }
a { background-color: rgb(209,235,122); }
div.DivClassName
{
background-color: #D1EB7A;
}
.BgClassName
{
background-color: #D1EB7A;
}
</style>
border-color css
<style>
span { border-color: #D1EB7A; }
span { border-color: rgb(209,235,122); }
td.TdClassName
{
border-color: #D1EB7A;
}
.TagClassName
{
border-color: #D1EB7A;
}
</style>