Shades of Mindaro #D1E754
Tints of Mindaro #D1E754
RGB
CMYK
RGB Variations
Color information
#D1E754 (or 0xD1E754) is known color: Mindaro. HEX triplet: D1, E7 and 54. RGB value is (209,231,84). Sum of RGB (Red+Green+Blue) = 209+231+84=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E754 is #2E18AB. Grayscale: #D0D0D0. Windows color (decimal): -3020972 or 5564369. OLE color: 5564369.
HSL color Cylindrical-coordinate representation of color #D1E754: hue angle of 68.98º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1E754 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 84 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.09 |
| HSL | 68.98º | 0.75% | 0.62% | - |
| HSV(B) | 68.98º | 0.64% | 0.91% | - |
| XYZ | 56.47 | 71.35 | 19.18 | - |
| YUV | 207.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 84 | 0.10 | 0 | 0.64 | 0.09 | 68.98 | 0.75 | 0.62 |
| Hex | D1 | E7 | 54 | A | 0 | 40 | 9 | 45 | 4B | 3E |
| Octal | 321 | 347 | 124 | 12 | 0 | 100 | 11 | 105 | 113 | 76 |
| Binary | 11010001 | 11100111 | 1010100 | 1010 | 0 | 1000000 | 1001 | 1000101 | 1001011 | 111110 |
Color Harmonies of #D1E754
Complementary color
Monochromatic Colors of #D1E754
Black with #D1E754
Text Example
Text Example
White with #D1E754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E754; }
p { color: rgb(209,231,84); }
H1.HeaderClassName
{
color: #D1E754;
}
.AnyTagClassName
{
color: #D1E754;
}
</style>
background-color css
<style>
a { background-color: #D1E754; }
a { background-color: rgb(209,231,84); }
div.DivClassName
{
background-color: #D1E754;
}
.BgClassName
{
background-color: #D1E754;
}
</style>
border-color css
<style>
span { border-color: #D1E754; }
span { border-color: rgb(209,231,84); }
td.TdClassName
{
border-color: #D1E754;
}
.TagClassName
{
border-color: #D1E754;
}
</style>