Shades of Mindaro #DCF05D
Tints of Mindaro #DCF05D
RGB
CMYK
RGB Variations
Color information
#DCF05D (or 0xDCF05D) is known color: Mindaro. HEX triplet: DC, F0 and 5D. RGB value is (220,240,93). Sum of RGB (Red+Green+Blue) = 220+240+93=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF05D is #230FA2. Grayscale: #D9D9D9. Windows color (decimal): -2297763 or 6156508. OLE color: 6156508.
HSL color Cylindrical-coordinate representation of color #DCF05D: hue angle of 68.16º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCF05D is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 93 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.06 |
| HSL | 68.16º | 0.83% | 0.65% | - |
| HSV(B) | 68.16º | 0.61% | 0.94% | - |
| XYZ | 62.65 | 78.33 | 22.17 | - |
| YUV | 217.26 | 57.87 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 93 | 0.08 | 0 | 0.61 | 0.06 | 68.16 | 0.83 | 0.65 |
| Hex | DC | F0 | 5D | 8 | 0 | 3D | 6 | 44 | 53 | 41 |
| Octal | 334 | 360 | 135 | 10 | 0 | 75 | 6 | 104 | 123 | 101 |
| Binary | 11011100 | 11110000 | 1011101 | 1000 | 0 | 111101 | 110 | 1000100 | 1010011 | 1000001 |
Color Harmonies of #DCF05D
Complementary color
Monochromatic Colors of #DCF05D
Black with #DCF05D
Text Example
Text Example
White with #DCF05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF05D; }
p { color: rgb(220,240,93); }
H1.HeaderClassName
{
color: #DCF05D;
}
.AnyTagClassName
{
color: #DCF05D;
}
</style>
background-color css
<style>
a { background-color: #DCF05D; }
a { background-color: rgb(220,240,93); }
div.DivClassName
{
background-color: #DCF05D;
}
.BgClassName
{
background-color: #DCF05D;
}
</style>
border-color css
<style>
span { border-color: #DCF05D; }
span { border-color: rgb(220,240,93); }
td.TdClassName
{
border-color: #DCF05D;
}
.TagClassName
{
border-color: #DCF05D;
}
</style>