Shades of Mindaro #DEF274
Tints of Mindaro #DEF274
RGB
CMYK
RGB Variations
Color information
#DEF274 (or 0xDEF274) is known color: Mindaro. HEX triplet: DE, F2 and 74. RGB value is (222,242,116). Sum of RGB (Red+Green+Blue) = 222+242+116=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF274 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF274 is #210D8B. Grayscale: #DEDEDE. Windows color (decimal): -2166156 or 7664350. OLE color: 7664350.
HSL color Cylindrical-coordinate representation of color #DEF274: hue angle of 69.52º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEF274 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 116 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.05 |
| HSL | 69.52º | 0.83% | 0.7% | - |
| HSV(B) | 69.52º | 0.52% | 0.95% | - |
| XYZ | 65.03 | 80.29 | 28.59 | - |
| YUV | 221.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 116 | 0.08 | 0 | 0.52 | 0.05 | 69.52 | 0.83 | 0.7 |
| Hex | DE | F2 | 74 | 8 | 0 | 34 | 5 | 46 | 53 | 46 |
| Octal | 336 | 362 | 164 | 10 | 0 | 64 | 5 | 106 | 123 | 106 |
| Binary | 11011110 | 11110010 | 1110100 | 1000 | 0 | 110100 | 101 | 1000110 | 1010011 | 1000110 |
Color Harmonies of #DEF274
Complementary color
Monochromatic Colors of #DEF274
Black with #DEF274
Text Example
Text Example
White with #DEF274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF274; }
p { color: rgb(222,242,116); }
H1.HeaderClassName
{
color: #DEF274;
}
.AnyTagClassName
{
color: #DEF274;
}
</style>
background-color css
<style>
a { background-color: #DEF274; }
a { background-color: rgb(222,242,116); }
div.DivClassName
{
background-color: #DEF274;
}
.BgClassName
{
background-color: #DEF274;
}
</style>
border-color css
<style>
span { border-color: #DEF274; }
span { border-color: rgb(222,242,116); }
td.TdClassName
{
border-color: #DEF274;
}
.TagClassName
{
border-color: #DEF274;
}
</style>