Shades of Mindaro #DEED68
Tints of Mindaro #DEED68
RGB
CMYK
RGB Variations
Color information
#DEED68 (or 0xDEED68) is known color: Mindaro. HEX triplet: DE, ED and 68. RGB value is (222,237,104). Sum of RGB (Red+Green+Blue) = 222+237+104=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEED68 is #211297. Grayscale: #D9D9D9. Windows color (decimal): -2167448 or 6876638. OLE color: 6876638.
HSL color Cylindrical-coordinate representation of color #DEED68: hue angle of 66.77º 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 #DEED68 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 104 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.07 |
| HSL | 66.77º | 0.79% | 0.67% | - |
| HSV(B) | 66.77º | 0.56% | 0.93% | - |
| XYZ | 62.91 | 77.1 | 24.66 | - |
| YUV | 217.35 | 64.03 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 104 | 0.06 | 0 | 0.56 | 0.07 | 66.77 | 0.79 | 0.67 |
| Hex | DE | ED | 68 | 6 | 0 | 38 | 7 | 43 | 4F | 43 |
| Octal | 336 | 355 | 150 | 6 | 0 | 70 | 7 | 103 | 117 | 103 |
| Binary | 11011110 | 11101101 | 1101000 | 110 | 0 | 111000 | 111 | 1000011 | 1001111 | 1000011 |
Color Harmonies of #DEED68
Complementary color
Monochromatic Colors of #DEED68
Black with #DEED68
Text Example
Text Example
White with #DEED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED68; }
p { color: rgb(222,237,104); }
H1.HeaderClassName
{
color: #DEED68;
}
.AnyTagClassName
{
color: #DEED68;
}
</style>
background-color css
<style>
a { background-color: #DEED68; }
a { background-color: rgb(222,237,104); }
div.DivClassName
{
background-color: #DEED68;
}
.BgClassName
{
background-color: #DEED68;
}
</style>
border-color css
<style>
span { border-color: #DEED68; }
span { border-color: rgb(222,237,104); }
td.TdClassName
{
border-color: #DEED68;
}
.TagClassName
{
border-color: #DEED68;
}
</style>