Shades of Mindaro #D2DF78
Tints of Mindaro #D2DF78
RGB
CMYK
RGB Variations
Color information
#D2DF78 (or 0xD2DF78) is known color: Mindaro. HEX triplet: D2, DF and 78. RGB value is (210,223,120). Sum of RGB (Red+Green+Blue) = 210+223+120=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DF78 is #2D2087. Grayscale: #CFCFCF. Windows color (decimal): -2957448 or 7921618. OLE color: 7921618.
HSL color Cylindrical-coordinate representation of color #D2DF78: hue angle of 67.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2DF78 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 120 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.13 |
| HSL | 67.57º | 0.62% | 0.67% | - |
| HSV(B) | 67.57º | 0.46% | 0.87% | - |
| XYZ | 56.36 | 67.83 | 27.89 | - |
| YUV | 207.37 | 78.69 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 120 | 0.06 | 0 | 0.46 | 0.13 | 67.57 | 0.62 | 0.67 |
| Hex | D2 | DF | 78 | 6 | 0 | 2E | D | 44 | 3E | 43 |
| Octal | 322 | 337 | 170 | 6 | 0 | 56 | 15 | 104 | 76 | 103 |
| Binary | 11010010 | 11011111 | 1111000 | 110 | 0 | 101110 | 1101 | 1000100 | 111110 | 1000011 |
Color Harmonies of #D2DF78
Complementary color
Monochromatic Colors of #D2DF78
Black with #D2DF78
Text Example
Text Example
White with #D2DF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DF78; }
p { color: rgb(210,223,120); }
H1.HeaderClassName
{
color: #D2DF78;
}
.AnyTagClassName
{
color: #D2DF78;
}
</style>
background-color css
<style>
a { background-color: #D2DF78; }
a { background-color: rgb(210,223,120); }
div.DivClassName
{
background-color: #D2DF78;
}
.BgClassName
{
background-color: #D2DF78;
}
</style>
border-color css
<style>
span { border-color: #D2DF78; }
span { border-color: rgb(210,223,120); }
td.TdClassName
{
border-color: #D2DF78;
}
.TagClassName
{
border-color: #D2DF78;
}
</style>