Shades of Mindaro #D2E65A
Tints of Mindaro #D2E65A
RGB
CMYK
RGB Variations
Color information
#D2E65A (or 0xD2E65A) is known color: Mindaro. HEX triplet: D2, E6 and 5A. RGB value is (210,230,90). Sum of RGB (Red+Green+Blue) = 210+230+90=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E65A is #2D19A5. Grayscale: #D0D0D0. Windows color (decimal): -2955686 or 5957330. OLE color: 5957330.
HSL color Cylindrical-coordinate representation of color #D2E65A: hue angle of 68.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2E65A is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 230 | 90 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.10 |
| HSL | 68.57º | 0.74% | 0.63% | - |
| HSV(B) | 68.57º | 0.61% | 0.9% | - |
| XYZ | 56.72 | 71.03 | 20.39 | - |
| YUV | 208.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 230 | 90 | 0.09 | 0 | 0.61 | 0.10 | 68.57 | 0.74 | 0.63 |
| Hex | D2 | E6 | 5A | 9 | 0 | 3D | A | 45 | 4A | 3F |
| Octal | 322 | 346 | 132 | 11 | 0 | 75 | 12 | 105 | 112 | 77 |
| Binary | 11010010 | 11100110 | 1011010 | 1001 | 0 | 111101 | 1010 | 1000101 | 1001010 | 111111 |
Color Harmonies of #D2E65A
Complementary color
Monochromatic Colors of #D2E65A
Black with #D2E65A
Text Example
Text Example
White with #D2E65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E65A; }
p { color: rgb(210,230,90); }
H1.HeaderClassName
{
color: #D2E65A;
}
.AnyTagClassName
{
color: #D2E65A;
}
</style>
background-color css
<style>
a { background-color: #D2E65A; }
a { background-color: rgb(210,230,90); }
div.DivClassName
{
background-color: #D2E65A;
}
.BgClassName
{
background-color: #D2E65A;
}
</style>
border-color css
<style>
span { border-color: #D2E65A; }
span { border-color: rgb(210,230,90); }
td.TdClassName
{
border-color: #D2E65A;
}
.TagClassName
{
border-color: #D2E65A;
}
</style>