Shades of Mindaro #DEEB74
Tints of Mindaro #DEEB74
RGB
CMYK
RGB Variations
Color information
#DEEB74 (or 0xDEEB74) is known color: Mindaro. HEX triplet: DE, EB and 74. RGB value is (222,235,116). Sum of RGB (Red+Green+Blue) = 222+235+116=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEB74 is #21148B. Grayscale: #DADADA. Windows color (decimal): -2167948 or 7662558. OLE color: 7662558.
HSL color Cylindrical-coordinate representation of color #DEEB74: hue angle of 66.55º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEEB74 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 116 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.08 |
| HSL | 66.55º | 0.75% | 0.69% | - |
| HSV(B) | 66.55º | 0.51% | 0.92% | - |
| XYZ | 62.98 | 76.21 | 27.91 | - |
| YUV | 217.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 116 | 0.06 | 0 | 0.51 | 0.08 | 66.55 | 0.75 | 0.69 |
| Hex | DE | EB | 74 | 6 | 0 | 33 | 8 | 43 | 4B | 45 |
| Octal | 336 | 353 | 164 | 6 | 0 | 63 | 10 | 103 | 113 | 105 |
| Binary | 11011110 | 11101011 | 1110100 | 110 | 0 | 110011 | 1000 | 1000011 | 1001011 | 1000101 |
Color Harmonies of #DEEB74
Complementary color
Monochromatic Colors of #DEEB74
Black with #DEEB74
Text Example
Text Example
White with #DEEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB74; }
p { color: rgb(222,235,116); }
H1.HeaderClassName
{
color: #DEEB74;
}
.AnyTagClassName
{
color: #DEEB74;
}
</style>
background-color css
<style>
a { background-color: #DEEB74; }
a { background-color: rgb(222,235,116); }
div.DivClassName
{
background-color: #DEEB74;
}
.BgClassName
{
background-color: #DEEB74;
}
</style>
border-color css
<style>
span { border-color: #DEEB74; }
span { border-color: rgb(222,235,116); }
td.TdClassName
{
border-color: #DEEB74;
}
.TagClassName
{
border-color: #DEEB74;
}
</style>