Shades of Mindaro #DEF270
Tints of Mindaro #DEF270
RGB
CMYK
RGB Variations
Color information
#DEF270 (or 0xDEF270) is known color: Mindaro. HEX triplet: DE, F2 and 70. RGB value is (222,242,112). Sum of RGB (Red+Green+Blue) = 222+242+112=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF270 is #210D8F. Grayscale: #DDDDDD. Windows color (decimal): -2166160 or 7402206. OLE color: 7402206.
HSL color Cylindrical-coordinate representation of color #DEF270: hue angle of 69.23º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEF270 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 112 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.05 |
| HSL | 69.23º | 0.83% | 0.69% | - |
| HSV(B) | 69.23º | 0.54% | 0.95% | - |
| XYZ | 64.8 | 80.2 | 27.39 | - |
| YUV | 221.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 112 | 0.08 | 0 | 0.54 | 0.05 | 69.23 | 0.83 | 0.69 |
| Hex | DE | F2 | 70 | 8 | 0 | 36 | 5 | 45 | 53 | 45 |
| Octal | 336 | 362 | 160 | 10 | 0 | 66 | 5 | 105 | 123 | 105 |
| Binary | 11011110 | 11110010 | 1110000 | 1000 | 0 | 110110 | 101 | 1000101 | 1010011 | 1000101 |
Color Harmonies of #DEF270
Complementary color
Monochromatic Colors of #DEF270
Black with #DEF270
Text Example
Text Example
White with #DEF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF270; }
p { color: rgb(222,242,112); }
H1.HeaderClassName
{
color: #DEF270;
}
.AnyTagClassName
{
color: #DEF270;
}
</style>
background-color css
<style>
a { background-color: #DEF270; }
a { background-color: rgb(222,242,112); }
div.DivClassName
{
background-color: #DEF270;
}
.BgClassName
{
background-color: #DEF270;
}
</style>
border-color css
<style>
span { border-color: #DEF270; }
span { border-color: rgb(222,242,112); }
td.TdClassName
{
border-color: #DEF270;
}
.TagClassName
{
border-color: #DEF270;
}
</style>