Shades of Mindaro #D5E67A
Tints of Mindaro #D5E67A
RGB
CMYK
RGB Variations
Color information
#D5E67A (or 0xD5E67A) is known color: Mindaro. HEX triplet: D5, E6 and 7A. RGB value is (213,230,122). Sum of RGB (Red+Green+Blue) = 213+230+122=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E67A is #2A1985. Grayscale: #D5D5D5. Windows color (decimal): -2759046 or 8054485. OLE color: 8054485.
HSL color Cylindrical-coordinate representation of color #D5E67A: hue angle of 69.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5E67A is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 122 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.10 |
| HSL | 69.44º | 0.68% | 0.69% | - |
| HSV(B) | 69.44º | 0.47% | 0.9% | - |
| XYZ | 59.25 | 72.14 | 29.21 | - |
| YUV | 212.61 | 76.87 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 122 | 0.07 | 0 | 0.47 | 0.10 | 69.44 | 0.68 | 0.69 |
| Hex | D5 | E6 | 7A | 7 | 0 | 2F | A | 45 | 44 | 45 |
| Octal | 325 | 346 | 172 | 7 | 0 | 57 | 12 | 105 | 104 | 105 |
| Binary | 11010101 | 11100110 | 1111010 | 111 | 0 | 101111 | 1010 | 1000101 | 1000100 | 1000101 |
Color Harmonies of #D5E67A
Complementary color
Monochromatic Colors of #D5E67A
Black with #D5E67A
Text Example
Text Example
White with #D5E67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E67A; }
p { color: rgb(213,230,122); }
H1.HeaderClassName
{
color: #D5E67A;
}
.AnyTagClassName
{
color: #D5E67A;
}
</style>
background-color css
<style>
a { background-color: #D5E67A; }
a { background-color: rgb(213,230,122); }
div.DivClassName
{
background-color: #D5E67A;
}
.BgClassName
{
background-color: #D5E67A;
}
</style>
border-color css
<style>
span { border-color: #D5E67A; }
span { border-color: rgb(213,230,122); }
td.TdClassName
{
border-color: #D5E67A;
}
.TagClassName
{
border-color: #D5E67A;
}
</style>