Shades of Mindaro #DFEA70
Tints of Mindaro #DFEA70
RGB
CMYK
RGB Variations
Color information
#DFEA70 (or 0xDFEA70) is known color: Mindaro. HEX triplet: DF, EA and 70. RGB value is (223,234,112). Sum of RGB (Red+Green+Blue) = 223+234+112=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEA70 is #20158F. Grayscale: #D9D9D9. Windows color (decimal): -2102672 or 7400159. OLE color: 7400159.
HSL color Cylindrical-coordinate representation of color #DFEA70: hue angle of 65.41º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFEA70 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 112 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.08 |
| HSL | 65.41º | 0.74% | 0.68% | - |
| HSV(B) | 65.41º | 0.52% | 0.92% | - |
| XYZ | 62.78 | 75.7 | 26.63 | - |
| YUV | 216.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 112 | 0.05 | 0 | 0.52 | 0.08 | 65.41 | 0.74 | 0.68 |
| Hex | DF | EA | 70 | 5 | 0 | 34 | 8 | 41 | 4A | 44 |
| Octal | 337 | 352 | 160 | 5 | 0 | 64 | 10 | 101 | 112 | 104 |
| Binary | 11011111 | 11101010 | 1110000 | 101 | 0 | 110100 | 1000 | 1000001 | 1001010 | 1000100 |
Color Harmonies of #DFEA70
Complementary color
Monochromatic Colors of #DFEA70
Black with #DFEA70
Text Example
Text Example
White with #DFEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA70; }
p { color: rgb(223,234,112); }
H1.HeaderClassName
{
color: #DFEA70;
}
.AnyTagClassName
{
color: #DFEA70;
}
</style>
background-color css
<style>
a { background-color: #DFEA70; }
a { background-color: rgb(223,234,112); }
div.DivClassName
{
background-color: #DFEA70;
}
.BgClassName
{
background-color: #DFEA70;
}
</style>
border-color css
<style>
span { border-color: #DFEA70; }
span { border-color: rgb(223,234,112); }
td.TdClassName
{
border-color: #DFEA70;
}
.TagClassName
{
border-color: #DFEA70;
}
</style>