Shades of Mindaro #DEF375
Tints of Mindaro #DEF375
RGB
CMYK
RGB Variations
Color information
#DEF375 (or 0xDEF375) is known color: Mindaro. HEX triplet: DE, F3 and 75. RGB value is (222,243,117). Sum of RGB (Red+Green+Blue) = 222+243+117=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF375 is #210C8A. Grayscale: #DEDEDE. Windows color (decimal): -2165899 or 7730142. OLE color: 7730142.
HSL color Cylindrical-coordinate representation of color #DEF375: hue angle of 70º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEF375 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 117 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.05 |
| HSL | 70º | 0.84% | 0.71% | - |
| HSV(B) | 70º | 0.52% | 0.95% | - |
| XYZ | 65.39 | 80.92 | 29 | - |
| YUV | 222.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 117 | 0.09 | 0 | 0.52 | 0.05 | 70 | 0.84 | 0.71 |
| Hex | DE | F3 | 75 | 9 | 0 | 34 | 5 | 46 | 54 | 47 |
| Octal | 336 | 363 | 165 | 11 | 0 | 64 | 5 | 106 | 124 | 107 |
| Binary | 11011110 | 11110011 | 1110101 | 1001 | 0 | 110100 | 101 | 1000110 | 1010100 | 1000111 |
Color Harmonies of #DEF375
Complementary color
Monochromatic Colors of #DEF375
Black with #DEF375
Text Example
Text Example
White with #DEF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF375; }
p { color: rgb(222,243,117); }
H1.HeaderClassName
{
color: #DEF375;
}
.AnyTagClassName
{
color: #DEF375;
}
</style>
background-color css
<style>
a { background-color: #DEF375; }
a { background-color: rgb(222,243,117); }
div.DivClassName
{
background-color: #DEF375;
}
.BgClassName
{
background-color: #DEF375;
}
</style>
border-color css
<style>
span { border-color: #DEF375; }
span { border-color: rgb(222,243,117); }
td.TdClassName
{
border-color: #DEF375;
}
.TagClassName
{
border-color: #DEF375;
}
</style>