Shades of Mindaro #DEEB65
Tints of Mindaro #DEEB65
RGB
CMYK
RGB Variations
Color information
#DEEB65 (or 0xDEEB65) is known color: Mindaro. HEX triplet: DE, EB and 65. RGB value is (222,235,101). Sum of RGB (Red+Green+Blue) = 222+235+101=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEB65 is #21149A. Grayscale: #D8D8D8. Windows color (decimal): -2167963 or 6679518. OLE color: 6679518.
HSL color Cylindrical-coordinate representation of color #DEEB65: hue angle of 65.82º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEEB65 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 101 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.08 |
| HSL | 65.82º | 0.77% | 0.66% | - |
| HSV(B) | 65.82º | 0.57% | 0.92% | - |
| XYZ | 62.18 | 75.89 | 23.68 | - |
| YUV | 215.84 | 63.19 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 101 | 0.06 | 0 | 0.57 | 0.08 | 65.82 | 0.77 | 0.66 |
| Hex | DE | EB | 65 | 6 | 0 | 39 | 8 | 42 | 4D | 42 |
| Octal | 336 | 353 | 145 | 6 | 0 | 71 | 10 | 102 | 115 | 102 |
| Binary | 11011110 | 11101011 | 1100101 | 110 | 0 | 111001 | 1000 | 1000010 | 1001101 | 1000010 |
Color Harmonies of #DEEB65
Complementary color
Monochromatic Colors of #DEEB65
Black with #DEEB65
Text Example
Text Example
White with #DEEB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB65; }
p { color: rgb(222,235,101); }
H1.HeaderClassName
{
color: #DEEB65;
}
.AnyTagClassName
{
color: #DEEB65;
}
</style>
background-color css
<style>
a { background-color: #DEEB65; }
a { background-color: rgb(222,235,101); }
div.DivClassName
{
background-color: #DEEB65;
}
.BgClassName
{
background-color: #DEEB65;
}
</style>
border-color css
<style>
span { border-color: #DEEB65; }
span { border-color: rgb(222,235,101); }
td.TdClassName
{
border-color: #DEEB65;
}
.TagClassName
{
border-color: #DEEB65;
}
</style>