Shades of Mindaro #DCF184
Tints of Mindaro #DCF184
RGB
CMYK
RGB Variations
Color information
#DCF184 (or 0xDCF184) is known color: Mindaro. HEX triplet: DC, F1 and 84. RGB value is (220,241,132). Sum of RGB (Red+Green+Blue) = 220+241+132=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF184 is #230E7B. Grayscale: #DEDEDE. Windows color (decimal): -2297468 or 8712668. OLE color: 8712668.
HSL color Cylindrical-coordinate representation of color #DCF184: hue angle of 71.56º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCF184 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 132 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.05 |
| HSL | 71.56º | 0.8% | 0.73% | - |
| HSV(B) | 71.56º | 0.45% | 0.95% | - |
| XYZ | 65.14 | 79.79 | 33.8 | - |
| YUV | 222.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 132 | 0.09 | 0 | 0.45 | 0.05 | 71.56 | 0.8 | 0.73 |
| Hex | DC | F1 | 84 | 9 | 0 | 2D | 5 | 48 | 50 | 49 |
| Octal | 334 | 361 | 204 | 11 | 0 | 55 | 5 | 110 | 120 | 111 |
| Binary | 11011100 | 11110001 | 10000100 | 1001 | 0 | 101101 | 101 | 1001000 | 1010000 | 1001001 |
Color Harmonies of #DCF184
Complementary color
Monochromatic Colors of #DCF184
Black with #DCF184
Text Example
Text Example
White with #DCF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF184; }
p { color: rgb(220,241,132); }
H1.HeaderClassName
{
color: #DCF184;
}
.AnyTagClassName
{
color: #DCF184;
}
</style>
background-color css
<style>
a { background-color: #DCF184; }
a { background-color: rgb(220,241,132); }
div.DivClassName
{
background-color: #DCF184;
}
.BgClassName
{
background-color: #DCF184;
}
</style>
border-color css
<style>
span { border-color: #DCF184; }
span { border-color: rgb(220,241,132); }
td.TdClassName
{
border-color: #DCF184;
}
.TagClassName
{
border-color: #DCF184;
}
</style>