Shades of Mindaro #DEF273
Tints of Mindaro #DEF273
RGB
CMYK
RGB Variations
Color information
#DEF273 (or 0xDEF273) is known color: Mindaro. HEX triplet: DE, F2 and 73. RGB value is (222,242,115). Sum of RGB (Red+Green+Blue) = 222+242+115=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 115 (45.31% from 255 or 19.86% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF273 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF273 is #210D8C. Grayscale: #DEDEDE. Windows color (decimal): -2166157 or 7598814. OLE color: 7598814.
HSL color Cylindrical-coordinate representation of color #DEF273: hue angle of 69.45º 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 #DEF273 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 115 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.05 |
| HSL | 69.45º | 0.83% | 0.7% | - |
| HSV(B) | 69.45º | 0.52% | 0.95% | - |
| XYZ | 64.97 | 80.27 | 28.29 | - |
| YUV | 221.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 115 | 0.08 | 0 | 0.52 | 0.05 | 69.45 | 0.83 | 0.7 |
| Hex | DE | F2 | 73 | 8 | 0 | 34 | 5 | 45 | 53 | 46 |
| Octal | 336 | 362 | 163 | 10 | 0 | 64 | 5 | 105 | 123 | 106 |
| Binary | 11011110 | 11110010 | 1110011 | 1000 | 0 | 110100 | 101 | 1000101 | 1010011 | 1000110 |
Color Harmonies of #DEF273
Complementary color
Monochromatic Colors of #DEF273
Black with #DEF273
Text Example
Text Example
White with #DEF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF273; }
p { color: rgb(222,242,115); }
H1.HeaderClassName
{
color: #DEF273;
}
.AnyTagClassName
{
color: #DEF273;
}
</style>
background-color css
<style>
a { background-color: #DEF273; }
a { background-color: rgb(222,242,115); }
div.DivClassName
{
background-color: #DEF273;
}
.BgClassName
{
background-color: #DEF273;
}
</style>
border-color css
<style>
span { border-color: #DEF273; }
span { border-color: rgb(222,242,115); }
td.TdClassName
{
border-color: #DEF273;
}
.TagClassName
{
border-color: #DEF273;
}
</style>