Shades of Mindaro #D9E65C
Tints of Mindaro #D9E65C
RGB
CMYK
RGB Variations
Color information
#D9E65C (or 0xD9E65C) is known color: Mindaro. HEX triplet: D9, E6 and 5C. RGB value is (217,230,92). Sum of RGB (Red+Green+Blue) = 217+230+92=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E65C is #2619A3. Grayscale: #D2D2D2. Windows color (decimal): -2496932 or 6088409. OLE color: 6088409.
HSL color Cylindrical-coordinate representation of color #D9E65C: hue angle of 65.65º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9E65C is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 230 | 92 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.10 |
| HSL | 65.65º | 0.73% | 0.63% | - |
| HSV(B) | 65.65º | 0.6% | 0.9% | - |
| XYZ | 58.84 | 72.12 | 20.94 | - |
| YUV | 210.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 230 | 92 | 0.06 | 0 | 0.60 | 0.10 | 65.65 | 0.73 | 0.63 |
| Hex | D9 | E6 | 5C | 6 | 0 | 3C | A | 42 | 49 | 3F |
| Octal | 331 | 346 | 134 | 6 | 0 | 74 | 12 | 102 | 111 | 77 |
| Binary | 11011001 | 11100110 | 1011100 | 110 | 0 | 111100 | 1010 | 1000010 | 1001001 | 111111 |
Color Harmonies of #D9E65C
Complementary color
Monochromatic Colors of #D9E65C
Black with #D9E65C
Text Example
Text Example
White with #D9E65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E65C; }
p { color: rgb(217,230,92); }
H1.HeaderClassName
{
color: #D9E65C;
}
.AnyTagClassName
{
color: #D9E65C;
}
</style>
background-color css
<style>
a { background-color: #D9E65C; }
a { background-color: rgb(217,230,92); }
div.DivClassName
{
background-color: #D9E65C;
}
.BgClassName
{
background-color: #D9E65C;
}
</style>
border-color css
<style>
span { border-color: #D9E65C; }
span { border-color: rgb(217,230,92); }
td.TdClassName
{
border-color: #D9E65C;
}
.TagClassName
{
border-color: #D9E65C;
}
</style>