Shades of Mindaro #DEFC73
Tints of Mindaro #DEFC73
RGB
CMYK
RGB Variations
Color information
#DEFC73 (or 0xDEFC73) is known color: Mindaro. HEX triplet: DE, FC and 73. RGB value is (222,252,115). Sum of RGB (Red+Green+Blue) = 222+252+115=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 115 (45.31% from 255 or 19.52% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFC73 is #21038C. Grayscale: #E3E3E3. Windows color (decimal): -2163597 or 7601374. OLE color: 7601374.
HSL color Cylindrical-coordinate representation of color #DEFC73: hue angle of 73.14º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEFC73 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 115 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.01 |
| HSL | 73.14º | 0.96% | 0.72% | - |
| HSV(B) | 73.14º | 0.54% | 0.99% | - |
| XYZ | 68.03 | 86.39 | 29.31 | - |
| YUV | 227.41 | 64.56 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 115 | 0.12 | 0 | 0.54 | 0.01 | 73.14 | 0.96 | 0.72 |
| Hex | DE | FC | 73 | C | 0 | 36 | 1 | 49 | 60 | 48 |
| Octal | 336 | 374 | 163 | 14 | 0 | 66 | 1 | 111 | 140 | 110 |
| Binary | 11011110 | 11111100 | 1110011 | 1100 | 0 | 110110 | 1 | 1001001 | 1100000 | 1001000 |
Color Harmonies of #DEFC73
Complementary color
Monochromatic Colors of #DEFC73
Black with #DEFC73
Text Example
Text Example
White with #DEFC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC73; }
p { color: rgb(222,252,115); }
H1.HeaderClassName
{
color: #DEFC73;
}
.AnyTagClassName
{
color: #DEFC73;
}
</style>
background-color css
<style>
a { background-color: #DEFC73; }
a { background-color: rgb(222,252,115); }
div.DivClassName
{
background-color: #DEFC73;
}
.BgClassName
{
background-color: #DEFC73;
}
</style>
border-color css
<style>
span { border-color: #DEFC73; }
span { border-color: rgb(222,252,115); }
td.TdClassName
{
border-color: #DEFC73;
}
.TagClassName
{
border-color: #DEFC73;
}
</style>