Shades of Mindaro #DEFD68
Tints of Mindaro #DEFD68
RGB
CMYK
RGB Variations
Color information
#DEFD68 (or 0xDEFD68) is known color: Mindaro. HEX triplet: DE, FD and 68. RGB value is (222,253,104). Sum of RGB (Red+Green+Blue) = 222+253+104=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 104 (41.02% from 255 or 17.96% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD68 is #210297. Grayscale: #E3E3E3. Windows color (decimal): -2163352 or 6880734. OLE color: 6880734.
HSL color Cylindrical-coordinate representation of color #DEFD68: hue angle of 72.48º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEFD68 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 104 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.01 |
| HSL | 72.48º | 0.97% | 0.7% | - |
| HSV(B) | 72.48º | 0.59% | 0.99% | - |
| XYZ | 67.75 | 86.78 | 26.28 | - |
| YUV | 226.75 | 58.73 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 104 | 0.12 | 0 | 0.59 | 0.01 | 72.48 | 0.97 | 0.7 |
| Hex | DE | FD | 68 | C | 0 | 3B | 1 | 48 | 61 | 46 |
| Octal | 336 | 375 | 150 | 14 | 0 | 73 | 1 | 110 | 141 | 106 |
| Binary | 11011110 | 11111101 | 1101000 | 1100 | 0 | 111011 | 1 | 1001000 | 1100001 | 1000110 |
Color Harmonies of #DEFD68
Complementary color
Monochromatic Colors of #DEFD68
Black with #DEFD68
Text Example
Text Example
White with #DEFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFD68; }
p { color: rgb(222,253,104); }
H1.HeaderClassName
{
color: #DEFD68;
}
.AnyTagClassName
{
color: #DEFD68;
}
</style>
background-color css
<style>
a { background-color: #DEFD68; }
a { background-color: rgb(222,253,104); }
div.DivClassName
{
background-color: #DEFD68;
}
.BgClassName
{
background-color: #DEFD68;
}
</style>
border-color css
<style>
span { border-color: #DEFD68; }
span { border-color: rgb(222,253,104); }
td.TdClassName
{
border-color: #DEFD68;
}
.TagClassName
{
border-color: #DEFD68;
}
</style>