Shades of Mindaro #D2E05D
Tints of Mindaro #D2E05D
RGB
CMYK
RGB Variations
Color information
#D2E05D (or 0xD2E05D) is known color: Mindaro. HEX triplet: D2, E0 and 5D. RGB value is (210,224,93). Sum of RGB (Red+Green+Blue) = 210+224+93=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E05D is #2D1FA2. Grayscale: #CDCDCD. Windows color (decimal): -2957219 or 6152402. OLE color: 6152402.
HSL color Cylindrical-coordinate representation of color #D2E05D: hue angle of 66.41º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2E05D is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 93 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.12 |
| HSL | 66.41º | 0.68% | 0.62% | - |
| HSV(B) | 66.41º | 0.58% | 0.88% | - |
| XYZ | 55.21 | 67.8 | 20.53 | - |
| YUV | 204.88 | 64.86 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 93 | 0.06 | 0 | 0.58 | 0.12 | 66.41 | 0.68 | 0.62 |
| Hex | D2 | E0 | 5D | 6 | 0 | 3A | C | 42 | 44 | 3E |
| Octal | 322 | 340 | 135 | 6 | 0 | 72 | 14 | 102 | 104 | 76 |
| Binary | 11010010 | 11100000 | 1011101 | 110 | 0 | 111010 | 1100 | 1000010 | 1000100 | 111110 |
Color Harmonies of #D2E05D
Complementary color
Monochromatic Colors of #D2E05D
Black with #D2E05D
Text Example
Text Example
White with #D2E05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E05D; }
p { color: rgb(210,224,93); }
H1.HeaderClassName
{
color: #D2E05D;
}
.AnyTagClassName
{
color: #D2E05D;
}
</style>
background-color css
<style>
a { background-color: #D2E05D; }
a { background-color: rgb(210,224,93); }
div.DivClassName
{
background-color: #D2E05D;
}
.BgClassName
{
background-color: #D2E05D;
}
</style>
border-color css
<style>
span { border-color: #D2E05D; }
span { border-color: rgb(210,224,93); }
td.TdClassName
{
border-color: #D2E05D;
}
.TagClassName
{
border-color: #D2E05D;
}
</style>