Shades of Mindaro #DFEE74
Tints of Mindaro #DFEE74
RGB
CMYK
RGB Variations
Color information
#DFEE74 (or 0xDFEE74) is known color: Mindaro. HEX triplet: DF, EE and 74. RGB value is (223,238,116). Sum of RGB (Red+Green+Blue) = 223+238+116=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEE74 is #20118B. Grayscale: #DCDCDC. Windows color (decimal): -2101644 or 7663327. OLE color: 7663327.
HSL color Cylindrical-coordinate representation of color #DFEE74: hue angle of 67.38º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFEE74 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 116 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.07 |
| HSL | 67.38º | 0.78% | 0.69% | - |
| HSV(B) | 67.38º | 0.51% | 0.93% | - |
| XYZ | 64.16 | 78.1 | 28.22 | - |
| YUV | 219.61 | 69.53 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 116 | 0.06 | 0 | 0.51 | 0.07 | 67.38 | 0.78 | 0.69 |
| Hex | DF | EE | 74 | 6 | 0 | 33 | 7 | 43 | 4E | 45 |
| Octal | 337 | 356 | 164 | 6 | 0 | 63 | 7 | 103 | 116 | 105 |
| Binary | 11011111 | 11101110 | 1110100 | 110 | 0 | 110011 | 111 | 1000011 | 1001110 | 1000101 |
Color Harmonies of #DFEE74
Complementary color
Monochromatic Colors of #DFEE74
Black with #DFEE74
Text Example
Text Example
White with #DFEE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEE74; }
p { color: rgb(223,238,116); }
H1.HeaderClassName
{
color: #DFEE74;
}
.AnyTagClassName
{
color: #DFEE74;
}
</style>
background-color css
<style>
a { background-color: #DFEE74; }
a { background-color: rgb(223,238,116); }
div.DivClassName
{
background-color: #DFEE74;
}
.BgClassName
{
background-color: #DFEE74;
}
</style>
border-color css
<style>
span { border-color: #DFEE74; }
span { border-color: rgb(223,238,116); }
td.TdClassName
{
border-color: #DFEE74;
}
.TagClassName
{
border-color: #DFEE74;
}
</style>