Shades of Mindaro #DEFC74
Tints of Mindaro #DEFC74
RGB
CMYK
RGB Variations
Color information
#DEFC74 (or 0xDEFC74) is known color: Mindaro. HEX triplet: DE, FC and 74. RGB value is (222,252,116). Sum of RGB (Red+Green+Blue) = 222+252+116=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 116 (45.70% from 255 or 19.66% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFC74 is #21038B. Grayscale: #E4E4E4. Windows color (decimal): -2163596 or 7666910. OLE color: 7666910.
HSL color Cylindrical-coordinate representation of color #DEFC74: hue angle of 73.24º 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 #DEFC74 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 116 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.01 |
| HSL | 73.24º | 0.96% | 0.72% | - |
| HSV(B) | 73.24º | 0.54% | 0.99% | - |
| XYZ | 68.09 | 86.41 | 29.61 | - |
| YUV | 227.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 116 | 0.12 | 0 | 0.54 | 0.01 | 73.24 | 0.96 | 0.72 |
| Hex | DE | FC | 74 | C | 0 | 36 | 1 | 49 | 60 | 48 |
| Octal | 336 | 374 | 164 | 14 | 0 | 66 | 1 | 111 | 140 | 110 |
| Binary | 11011110 | 11111100 | 1110100 | 1100 | 0 | 110110 | 1 | 1001001 | 1100000 | 1001000 |
Color Harmonies of #DEFC74
Complementary color
Monochromatic Colors of #DEFC74
Black with #DEFC74
Text Example
Text Example
White with #DEFC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC74; }
p { color: rgb(222,252,116); }
H1.HeaderClassName
{
color: #DEFC74;
}
.AnyTagClassName
{
color: #DEFC74;
}
</style>
background-color css
<style>
a { background-color: #DEFC74; }
a { background-color: rgb(222,252,116); }
div.DivClassName
{
background-color: #DEFC74;
}
.BgClassName
{
background-color: #DEFC74;
}
</style>
border-color css
<style>
span { border-color: #DEFC74; }
span { border-color: rgb(222,252,116); }
td.TdClassName
{
border-color: #DEFC74;
}
.TagClassName
{
border-color: #DEFC74;
}
</style>