Shades of Mindaro #DEFB75
Tints of Mindaro #DEFB75
RGB
CMYK
RGB Variations
Color information
#DEFB75 (or 0xDEFB75) is known color: Mindaro. HEX triplet: DE, FB and 75. RGB value is (222,251,117). Sum of RGB (Red+Green+Blue) = 222+251+117=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFB75 is #21048A. Grayscale: #E3E3E3. Windows color (decimal): -2163851 or 7732190. OLE color: 7732190.
HSL color Cylindrical-coordinate representation of color #DEFB75: hue angle of 72.99º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEFB75 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 117 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.02 |
| HSL | 72.99º | 0.94% | 0.72% | - |
| HSV(B) | 72.99º | 0.53% | 0.98% | - |
| XYZ | 67.83 | 85.81 | 29.82 | - |
| YUV | 227.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 117 | 0.12 | 0 | 0.53 | 0.02 | 72.99 | 0.94 | 0.72 |
| Hex | DE | FB | 75 | C | 0 | 35 | 2 | 49 | 5E | 48 |
| Octal | 336 | 373 | 165 | 14 | 0 | 65 | 2 | 111 | 136 | 110 |
| Binary | 11011110 | 11111011 | 1110101 | 1100 | 0 | 110101 | 10 | 1001001 | 1011110 | 1001000 |
Color Harmonies of #DEFB75
Complementary color
Monochromatic Colors of #DEFB75
Black with #DEFB75
Text Example
Text Example
White with #DEFB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFB75; }
p { color: rgb(222,251,117); }
H1.HeaderClassName
{
color: #DEFB75;
}
.AnyTagClassName
{
color: #DEFB75;
}
</style>
background-color css
<style>
a { background-color: #DEFB75; }
a { background-color: rgb(222,251,117); }
div.DivClassName
{
background-color: #DEFB75;
}
.BgClassName
{
background-color: #DEFB75;
}
</style>
border-color css
<style>
span { border-color: #DEFB75; }
span { border-color: rgb(222,251,117); }
td.TdClassName
{
border-color: #DEFB75;
}
.TagClassName
{
border-color: #DEFB75;
}
</style>