Shades of Mindaro #DFED68
Tints of Mindaro #DFED68
RGB
CMYK
RGB Variations
Color information
#DFED68 (or 0xDFED68) is known color: Mindaro. HEX triplet: DF, ED and 68. RGB value is (223,237,104). Sum of RGB (Red+Green+Blue) = 223+237+104=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFED68 is #201297. Grayscale: #DADADA. Windows color (decimal): -2101912 or 6876639. OLE color: 6876639.
HSL color Cylindrical-coordinate representation of color #DFED68: hue angle of 66.32º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFED68 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 104 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.07 |
| HSL | 66.32º | 0.79% | 0.67% | - |
| HSV(B) | 66.32º | 0.56% | 0.93% | - |
| XYZ | 63.21 | 77.26 | 24.68 | - |
| YUV | 217.65 | 63.86 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 104 | 0.06 | 0 | 0.56 | 0.07 | 66.32 | 0.79 | 0.67 |
| Hex | DF | ED | 68 | 6 | 0 | 38 | 7 | 42 | 4F | 43 |
| Octal | 337 | 355 | 150 | 6 | 0 | 70 | 7 | 102 | 117 | 103 |
| Binary | 11011111 | 11101101 | 1101000 | 110 | 0 | 111000 | 111 | 1000010 | 1001111 | 1000011 |
Color Harmonies of #DFED68
Complementary color
Monochromatic Colors of #DFED68
Black with #DFED68
Text Example
Text Example
White with #DFED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED68; }
p { color: rgb(223,237,104); }
H1.HeaderClassName
{
color: #DFED68;
}
.AnyTagClassName
{
color: #DFED68;
}
</style>
background-color css
<style>
a { background-color: #DFED68; }
a { background-color: rgb(223,237,104); }
div.DivClassName
{
background-color: #DFED68;
}
.BgClassName
{
background-color: #DFED68;
}
</style>
border-color css
<style>
span { border-color: #DFED68; }
span { border-color: rgb(223,237,104); }
td.TdClassName
{
border-color: #DFED68;
}
.TagClassName
{
border-color: #DFED68;
}
</style>