Shades of Mindaro #DEF366
Tints of Mindaro #DEF366
RGB
CMYK
RGB Variations
Color information
#DEF366 (or 0xDEF366) is known color: Mindaro. HEX triplet: DE, F3 and 66. RGB value is (222,243,102). Sum of RGB (Red+Green+Blue) = 222+243+102=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 102 (40.23% from 255 or 17.99% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF366 is #210C99. Grayscale: #DDDDDD. Windows color (decimal): -2165914 or 6747102. OLE color: 6747102.
HSL color Cylindrical-coordinate representation of color #DEF366: hue angle of 68.94º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEF366 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 102 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.05 |
| HSL | 68.94º | 0.85% | 0.68% | - |
| HSV(B) | 68.94º | 0.58% | 0.95% | - |
| XYZ | 64.57 | 80.59 | 24.72 | - |
| YUV | 220.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 102 | 0.09 | 0 | 0.58 | 0.05 | 68.94 | 0.85 | 0.68 |
| Hex | DE | F3 | 66 | 9 | 0 | 3A | 5 | 45 | 55 | 44 |
| Octal | 336 | 363 | 146 | 11 | 0 | 72 | 5 | 105 | 125 | 104 |
| Binary | 11011110 | 11110011 | 1100110 | 1001 | 0 | 111010 | 101 | 1000101 | 1010101 | 1000100 |
Color Harmonies of #DEF366
Complementary color
Monochromatic Colors of #DEF366
Black with #DEF366
Text Example
Text Example
White with #DEF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF366; }
p { color: rgb(222,243,102); }
H1.HeaderClassName
{
color: #DEF366;
}
.AnyTagClassName
{
color: #DEF366;
}
</style>
background-color css
<style>
a { background-color: #DEF366; }
a { background-color: rgb(222,243,102); }
div.DivClassName
{
background-color: #DEF366;
}
.BgClassName
{
background-color: #DEF366;
}
</style>
border-color css
<style>
span { border-color: #DEF366; }
span { border-color: rgb(222,243,102); }
td.TdClassName
{
border-color: #DEF366;
}
.TagClassName
{
border-color: #DEF366;
}
</style>