Shades of Mindaro #DCF373
Tints of Mindaro #DCF373
RGB
CMYK
RGB Variations
Color information
#DCF373 (or 0xDCF373) is known color: Mindaro. HEX triplet: DC, F3 and 73. RGB value is (220,243,115). Sum of RGB (Red+Green+Blue) = 220+243+115=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 115 (45.31% from 255 or 19.90% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF373 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF373 is #230C8C. Grayscale: #DEDEDE. Windows color (decimal): -2296973 or 7599068. OLE color: 7599068.
HSL color Cylindrical-coordinate representation of color #DCF373: hue angle of 70.78º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCF373 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 115 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.05 |
| HSL | 70.78º | 0.84% | 0.7% | - |
| HSV(B) | 70.78º | 0.53% | 0.95% | - |
| XYZ | 64.66 | 80.55 | 28.36 | - |
| YUV | 221.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 115 | 0.09 | 0 | 0.53 | 0.05 | 70.78 | 0.84 | 0.7 |
| Hex | DC | F3 | 73 | 9 | 0 | 35 | 5 | 47 | 54 | 46 |
| Octal | 334 | 363 | 163 | 11 | 0 | 65 | 5 | 107 | 124 | 106 |
| Binary | 11011100 | 11110011 | 1110011 | 1001 | 0 | 110101 | 101 | 1000111 | 1010100 | 1000110 |
Color Harmonies of #DCF373
Complementary color
Monochromatic Colors of #DCF373
Black with #DCF373
Text Example
Text Example
White with #DCF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF373; }
p { color: rgb(220,243,115); }
H1.HeaderClassName
{
color: #DCF373;
}
.AnyTagClassName
{
color: #DCF373;
}
</style>
background-color css
<style>
a { background-color: #DCF373; }
a { background-color: rgb(220,243,115); }
div.DivClassName
{
background-color: #DCF373;
}
.BgClassName
{
background-color: #DCF373;
}
</style>
border-color css
<style>
span { border-color: #DCF373; }
span { border-color: rgb(220,243,115); }
td.TdClassName
{
border-color: #DCF373;
}
.TagClassName
{
border-color: #DCF373;
}
</style>