Shades of Mindaro #DEF269
Tints of Mindaro #DEF269
RGB
CMYK
RGB Variations
Color information
#DEF269 (or 0xDEF269) is known color: Mindaro. HEX triplet: DE, F2 and 69. RGB value is (222,242,105). Sum of RGB (Red+Green+Blue) = 222+242+105=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 105 (41.41% from 255 or 18.45% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF269 is #210D96. Grayscale: #DCDCDC. Windows color (decimal): -2166167 or 6943454. OLE color: 6943454.
HSL color Cylindrical-coordinate representation of color #DEF269: hue angle of 68.76º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEF269 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 105 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.05 |
| HSL | 68.76º | 0.84% | 0.68% | - |
| HSV(B) | 68.76º | 0.57% | 0.95% | - |
| XYZ | 64.43 | 80.05 | 25.42 | - |
| YUV | 220.4 | 62.87 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 105 | 0.08 | 0 | 0.57 | 0.05 | 68.76 | 0.84 | 0.68 |
| Hex | DE | F2 | 69 | 8 | 0 | 39 | 5 | 45 | 54 | 44 |
| Octal | 336 | 362 | 151 | 10 | 0 | 71 | 5 | 105 | 124 | 104 |
| Binary | 11011110 | 11110010 | 1101001 | 1000 | 0 | 111001 | 101 | 1000101 | 1010100 | 1000100 |
Color Harmonies of #DEF269
Complementary color
Monochromatic Colors of #DEF269
Black with #DEF269
Text Example
Text Example
White with #DEF269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF269; }
p { color: rgb(222,242,105); }
H1.HeaderClassName
{
color: #DEF269;
}
.AnyTagClassName
{
color: #DEF269;
}
</style>
background-color css
<style>
a { background-color: #DEF269; }
a { background-color: rgb(222,242,105); }
div.DivClassName
{
background-color: #DEF269;
}
.BgClassName
{
background-color: #DEF269;
}
</style>
border-color css
<style>
span { border-color: #DEF269; }
span { border-color: rgb(222,242,105); }
td.TdClassName
{
border-color: #DEF269;
}
.TagClassName
{
border-color: #DEF269;
}
</style>