Shades of Mindaro #DEEE6B
Tints of Mindaro #DEEE6B
RGB
CMYK
RGB Variations
Color information
#DEEE6B (or 0xDEEE6B) is known color: Mindaro. HEX triplet: DE, EE and 6B. RGB value is (222,238,107). Sum of RGB (Red+Green+Blue) = 222+238+107=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 107 (42.19% from 255 or 18.87% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE6B is #211194. Grayscale: #DADADA. Windows color (decimal): -2167189 or 7073502. OLE color: 7073502.
HSL color Cylindrical-coordinate representation of color #DEEE6B: hue angle of 67.33º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEEE6B is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 107 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.07 |
| HSL | 67.33º | 0.79% | 0.68% | - |
| HSV(B) | 67.33º | 0.55% | 0.93% | - |
| XYZ | 63.35 | 77.74 | 25.58 | - |
| YUV | 218.28 | 65.2 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 107 | 0.07 | 0 | 0.55 | 0.07 | 67.33 | 0.79 | 0.68 |
| Hex | DE | EE | 6B | 7 | 0 | 37 | 7 | 43 | 4F | 44 |
| Octal | 336 | 356 | 153 | 7 | 0 | 67 | 7 | 103 | 117 | 104 |
| Binary | 11011110 | 11101110 | 1101011 | 111 | 0 | 110111 | 111 | 1000011 | 1001111 | 1000100 |
Color Harmonies of #DEEE6B
Complementary color
Monochromatic Colors of #DEEE6B
Black with #DEEE6B
Text Example
Text Example
White with #DEEE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE6B; }
p { color: rgb(222,238,107); }
H1.HeaderClassName
{
color: #DEEE6B;
}
.AnyTagClassName
{
color: #DEEE6B;
}
</style>
background-color css
<style>
a { background-color: #DEEE6B; }
a { background-color: rgb(222,238,107); }
div.DivClassName
{
background-color: #DEEE6B;
}
.BgClassName
{
background-color: #DEEE6B;
}
</style>
border-color css
<style>
span { border-color: #DEEE6B; }
span { border-color: rgb(222,238,107); }
td.TdClassName
{
border-color: #DEEE6B;
}
.TagClassName
{
border-color: #DEEE6B;
}
</style>