Shades of Mindaro #DCF384
Tints of Mindaro #DCF384
RGB
CMYK
RGB Variations
Color information
#DCF384 (or 0xDCF384) is known color: Mindaro. HEX triplet: DC, F3 and 84. RGB value is (220,243,132). Sum of RGB (Red+Green+Blue) = 220+243+132=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF384 is #230C7B. Grayscale: #DFDFDF. Windows color (decimal): -2296956 or 8713180. OLE color: 8713180.
HSL color Cylindrical-coordinate representation of color #DCF384: hue angle of 72.43º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF384 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 132 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.05 |
| HSL | 72.43º | 0.82% | 0.74% | - |
| HSV(B) | 72.43º | 0.46% | 0.95% | - |
| XYZ | 65.73 | 80.98 | 34 | - |
| YUV | 223.47 | 76.38 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 132 | 0.09 | 0 | 0.46 | 0.05 | 72.43 | 0.82 | 0.74 |
| Hex | DC | F3 | 84 | 9 | 0 | 2E | 5 | 48 | 52 | 4A |
| Octal | 334 | 363 | 204 | 11 | 0 | 56 | 5 | 110 | 122 | 112 |
| Binary | 11011100 | 11110011 | 10000100 | 1001 | 0 | 101110 | 101 | 1001000 | 1010010 | 1001010 |
Color Harmonies of #DCF384
Complementary color
Monochromatic Colors of #DCF384
Black with #DCF384
Text Example
Text Example
White with #DCF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF384; }
p { color: rgb(220,243,132); }
H1.HeaderClassName
{
color: #DCF384;
}
.AnyTagClassName
{
color: #DCF384;
}
</style>
background-color css
<style>
a { background-color: #DCF384; }
a { background-color: rgb(220,243,132); }
div.DivClassName
{
background-color: #DCF384;
}
.BgClassName
{
background-color: #DCF384;
}
</style>
border-color css
<style>
span { border-color: #DCF384; }
span { border-color: rgb(220,243,132); }
td.TdClassName
{
border-color: #DCF384;
}
.TagClassName
{
border-color: #DCF384;
}
</style>